niha

Results 4 comments of niha

TabNine closes the autosuggestion widget by triggering the escape key, so it also goes out of Vim's insert mode. Add this to your `keybindings.json` to disable it: ```json { "key":...

For new people coming across this, you now have to remap the bracket group by ```lua vim.api.nvim_set_hl(0, "@punctuation.bracket", { link = "" }) ``` since treesitter no longer reads `custom_captures`

The freezing often occurs when I minimize/reopen windows. They could also be stuck minimized. Can confirm I had no such issue switching to `0.1.13` for which the `minimize` command hadn't...

The problem happens for me too Build: 3143