fixes neovim config
This commit is contained in:
parent
8fb36eeebb
commit
ad2a17a3cb
1 changed files with 1 additions and 4 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue