1

Modules/Neovim: Disable better-escape

This commit is contained in:
2025-07-21 01:27:40 +02:00
parent 5faf52836b
commit 9b83f10365

View File

@ -2043,9 +2043,10 @@ in {
};
};
in [
autopairs # Automatic closing brackets/parens # NOTE: For now replaced by blink
autopairs # Automatic closing brackets/parens
# better-escape # Escape with "jk" # NOTE: Bad in lazygit + looses visual selection when correcting too fast
better-escape # Escape to normal mode using "jk"
catppuccin # Colortheme (also add this here to access palettes)
clangd-extensions # Improved clang LSP support
blink-cmp # Fast as fuck auto completion