Strongleong
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...
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
After updating selected buffer and inactive buffers in lualine have same color  One of buffers is selected  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...