Apinant.u

Results 13 comments of Apinant.u

https://github.com/JoosepAlviste/nvim-ts-context-commentstring#nvim-comment

Same issue. Now I use Code Ace Jumper extension, which works really well with the Neo Vim extension. ``` { "key": "shift+enter", "command": "extension.aceJump.multiChar", "when": "editorTextFocus" } ```

I'm doing something like this. You can remove CursorMoved from the events table as it might be too much. ````lua local group = vim.api.nvim_create_augroup('colorAttach', { clear = true }) local...