dogisgreat
dogisgreat
https://github.com/neovim/neovim/issues/5728 they are not fixing the slowness bug until 0.6...
sorry im not quite sure what you mean, as far as i know vim does not allow multiple cwds, CHADTree basically just changes root whenever vim changes its own cwd,...
https://github.com/ms-jpq/chadtree/issues/77 Sorry, I still don't know what exactly you want, would adding in the above feature fix it for you?
nono you are not rude at all, i had no idea `lcd` was a thing in the first place. I am coming around to add this, kind of slow because...
try a naked vimrc without anything except: ```lua vim.g.coq_settings = { auto_start = true } require "coq" ``` This is the minimum for autostart. Unless there is some new package...
good idea, will solve the issue where somebody wanted no completions.
sorry I cant tell from the videos whats happening, so - coq + tsserver -> lag, - no coq + tsserver -> no lag - coq + no tsserver ->...
the naive approach has an issue though, the user wants use the `` key right, and I presume they want `` to work normally when they don't want to expand...
like honestly my opinion is that over loading a key with too many meaning is bad design, but unfortunately the `` key is sorta done that way by convention. anyways,...
right its actually quite hard to tell, just because text between marks have been deleted, if the marks is still "wanted" or not. especially for marks that were zero width...