Andrey Bartashevich
Andrey Bartashevich
**Is your feature request related to a problem? Please describe.** In my opinion, it would be nice to have an option/flag to allow users to turn off line numbers. I...
Sometimes **tcomment** doesn't know how to handle some syntax names, for instance, 'foldBraces' syntax group in typescript in *.vue files ([leafgarland/typescript-vim](https://github.com/leafgarland/typescript-vim)). It comments it as html (<!-- -->) rather than...
Is there any possibility to update gopls diagnostics only on save (BufWritePost) and enter (BufEnter) like in some other lsp-providers, e.g. coc.nvim? During intensive developing, particularly when refactoring, modules are...