Strongleong

Results 20 issues of Strongleong

So I want to do something like this: ```bash $ app.exe ``` First argument is a value, and I want to make it global for every verb in app. For...

Hello! I am wandering will be there ability to make shadows icons/text/circles/etc? I can make circle shadow by draw 2 circles where one of them with blur and opacity, but...

enhancement
PR is more than welcomed

Can't really come up with good title, sorry. Bad English knowledge. So, I made bare git repository for my dot files and make alias `config` for this repo. After `config...

I am bad at explaining, especially in foreign language, so I just will describe steps to reproduce. 1) init git repository 2) create two files TODO's 3) stage them 4)...

Looks like there is never will docker image for php8

I have a little collections of my skins and I like to change them depending on the situation on my private server. I am very like that I can just...

I would like to have something like ```lua closed = true ``` in outline config

enhancement

After updating selected buffer and inactive buffers in lualine have same color ![image](https://user-images.githubusercontent.com/17177071/193481476-9df883ba-4e5e-4b90-837d-6d0521f4164d.png) One of buffers is selected ![image](https://user-images.githubusercontent.com/17177071/193481456-df457dda-94db-4d06-8007-cf71f57b7e2c.png) P.S. Sorry for bad English :sweat_smile:

First of all: huge thank you for you project! It would be great if I could configure different php versions per folders in my project. I work on legacy project...

According to documentation `%o` and `%>` are valid items in errorformat string: %o module name (finds a string) %> for next line start with current pattern again [efm-%>](https://vim-jp.org/vimdoc-en/quickfix.html#efm-%%3E) But this...