UNEXPECTED
UNEXPECTED
How to use Ctrl-j / Ctrl-k to navigate ( Ctrl-j replace Ctrl-n / Ctrl-k replace Ctrl-p)
### Description when i programming in C, I've found that once I enter include, the cmp gives me a hint include , after I confirm select and write the .h...
It seems we must load aerial in my lsp-config's on_attach function, i want to load aerial when i exec "AerialToggle", is there any ways can reach this? ( i thought...
I use default settings and seems dont work? Nvim-8.0.0dev
How to use `` to exit the infinity loop?
my code_runner config ``` require "code_runner".setup { mode = "float", startinsert = false, float = { border = "single", blend = 30, }, filetype = { python = "time python3...
I want to make my code_runner.nvim run MarkdownPreviewToggle in nvim cmd after i press some keys....
Like this :D https://github.com/petertriho/nvim-scrollbar/raw/main/assets/diagnostics.gif
when i programming in C, I've found that once I enter `include`, the cmp gives me a hint `include `, after I confirm select and write the .h file that...
I want to make my packer load a plugin with `filetype is lua` AND `event InsertEnter` both true. It seems packer don't have any options to make that possible. Is...