Sam

Results 16 issues of Sam

this issue #405 inspired me to make this pr this pr adds `cpp_pairs` to the completion pairs which does ``` press < template| -> template #include| -> #include // extra...

made the feature requested in #387

wontfix

https://github.com/windwp/nvim-autopairs/pull/396 sorry for bringing this up again but i tested nvim_win_set_cursor and it never broke the undo blocks only arrow keys broke them ```lua vim.keymap.set("i", "", function() local set_cursor =...

wontfix

This pr gives the user the ability to hide all the cmp, by wrapping every `nvim_win*` function needed and storing the results before hiding the windows. Fix: https://github.com/hrsh7th/nvim-cmp/issues/1698 https://github.com/hrsh7th/nvim-cmp/issues/1013

Fix: https://github.com/hrsh7th/nvim-cmp/issues/1818

the emulation is working fine with treesitter and lsp but for the built-in syntax it might not be that accurate so i made it as an option and off by...

### Did you check docs and existing issues? - [x] I have read all the noice.nvim docs - [X] I have searched the existing issues of noice.nvim - [X] I...

bug

### Problem Injections lose highlights with 'spell' enabled after scrolling to the right. ### Steps to reproduce nvim --clean -u minimal.lua file.lua ```lua -- minimal.lua vim.schedule(function() vim.treesitter.start(0, "lua") vim.o.spell =...

bug
highlight
treesitter
spell