Petter Wahlman
Petter Wahlman
It would be very nice with location list support, as I much prefer that to quickfix.
Support for Treesitter highlight groups would be much appreciated: ``` TSError TSPunctDelimiter TSPunctBracket TSPunctSpecial TSConstant TSConstBuiltin TSConstMacro TSStringRegex TSString TSStringEscape TSCharacter TSNumber TSBoolean TSFloat TSAnnotation TSAttribute TSNamespace TSFuncBuiltin TSFunction TSFuncMacro...
Nice theme. It would be even better with Treesitter support. Treesitter defines the following highlight groups (the color definitions are from Onedark). ``` hi! TSError ctermfg=203 guifg=#f44747 hi! TSPunctDelimiter ctermfg=249...
Hi, I am unable to get `nk_edit_string_zero_terminated` to scroll to the end of the output. Neighter automatically or on focus. `NK_EDIT_GOTO_END_ON_ACTIVATE` does not seem to make any difference. Here is...
This does not work: ``` std::vector items; items.emplace_back(nana::inputbox::integer{ "foo", 42, 1, 1000, 1 }); ``` As no move constructor is available for the nana fundamental types, and all of these...
~100x slowdown in file containing 50k lines of text: without plugin: ``` time vim -c ':g/PatternToDelete/d' +qa! ~/tmp/largefile.txt real 0m0.365s user 0m0.259s sys 0m0.097s` ``` with plugin: ``` time vim...
Good job with adding aesthetic treesitter support to your existing themes. jellybeans (https://github.com/nanotech/jellybeans.vim) is very popular, and would be a nice addition to your collection. Thanks, -p
Support for Treesitter highlight groups would be much appreciated: ``` TSError TSPunctDelimiter TSPunctBracket TSPunctSpecial TSConstant TSConstBuiltin TSConstMacro TSStringRegex TSString TSStringEscape TSCharacter TSNumber TSBoolean TSFloat TSAnnotation TSAttribute TSNamespace TSFuncBuiltin TSFunction TSFuncMacro...
There are a few operations that are currently more intuitive with GUI tools, resolving merge conflicts and visually staging selected hunks. Neogit excels at the former, and https://github.com/samoshkin/vim-mergetool does a...