iddinev
iddinev
The [additional info](https://github.com/google/styleguide/blob/35fd3f01678c63593b80c4abbf1691a79fed2dfe/vimscriptguide.xml#L89) mentions that the help tag for the builtin functions is: ```vim :help functions() ``` Where in fact it is: ```vim :help functions ``` or: ```vim :help function-list...
I've just started using BLS on vim (through LanguageClient-neovim) and observed that BLS fails to parse hex conversions: ```bash echo $((16#FF)) # prints 255 ``` Which are valid, per-documentation expressions....
I'm using PLS on vim8 through [autozimu/LanguageClient-neovim](https://github.com/autozimu/LanguageClient-neovim) with [deplete](https://github.com/Shougo/deoplete.nvim) and I see the server returning different completion/hover information than the one shown in the example gifs. For example: If I...
The plugin works great, but the hardcoded color values means that for terminal vim and some colorschemes / terminal palettes the colors might not work, which leaves the user having...