fixes neovim config

This commit is contained in:
Dennis Schoepf 2026-03-04 20:19:29 +01:00
parent 8fb36eeebb
commit ad2a17a3cb

View file

@ -4,10 +4,7 @@
plugins.guess-indent.enable = true; plugins.guess-indent.enable = true;
plugins.nvim-surround.enable = true; plugins.nvim-surround.enable = true;
plugins.flash.enable = true; plugins.flash.enable = true;
plugins.nvim-autopairs.enable = true;
plugins.blink-pairs = {
enable = true;
};
# Workaround: Neovim 0.11.x does not implement the is? / is-not? treesitter # Workaround: Neovim 0.11.x does not implement the is? / is-not? treesitter
# predicates, but newer grammar query files (tree-sitter-nix, tree-sitter-javascript) # predicates, but newer grammar query files (tree-sitter-nix, tree-sitter-javascript)