monkoose

Results 48 comments of monkoose

They are already included. For me it scrolls like I described. Folds content should be greater than 'scroll' for `` to stop on each closed fold.

I just tested with https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz nvim and it has the same issue. I'm talking about cursor position. @luukvbaal - Open empty file - Type 'hello world' - yy - 2000p...

> Open empty file Type 'hello world' yy 2000p gg qq zf100j j q 100@q hit multiple times notice that it moves one fold per gg jumps expected amount of...

> The original motivation was resolving https://github.com/neovim/neovim/issues/27967 Ah, notorious virtual text above. Adds 0.0001% usefulness and 99% of bugs.

The issue is fixed with 832857ae094743bd17e36a0096d1da38fc383178 Thanks for your work.

I do use it, but I have converted it to use .hotpot.lua only and compile on demand, and compile into /lua directory and not use any cache files. It requires...

Seems like @hdima is rare guest on github lately. But this is the best known vim python syntax repository. Maybe someone should take lead of this repo, someone who atleast...

Can confirm that setting `client.server_capabilities.semanticTokensProvider = nil` cause the error ``` Error executing vim.schedule lua callback: /usr/share/nvim/runtime/lua/vim/lsp/semantic_tokens.lua:98: attempt to index field 'semanticTokensProvider' (a nil value) stack traceback: /usr/share/nvim/runtime/lua/vim/lsp/semantic_tokens.lua:98: in function...