minor fix
This commit is contained in:
parent
16fdc62e2a
commit
8a9a05df16
1 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@
|
||||||
settings = {
|
settings = {
|
||||||
highlight = {
|
highlight = {
|
||||||
enable = true;
|
enable = true;
|
||||||
additional_vim_regex_highlighting = true;
|
additional_vim_regex_highlighting = false;
|
||||||
};
|
};
|
||||||
indent = {
|
indent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -80,7 +80,7 @@
|
||||||
auto_install = false;
|
auto_install = false;
|
||||||
};
|
};
|
||||||
grammarPackages = with pkgs.vimPlugins.nvim-treesitter.builtGrammars; [
|
grammarPackages = with pkgs.vimPlugins.nvim-treesitter.builtGrammars; [
|
||||||
bash c cpp css dockerfile go html javascript json lua markdown nix python rust typescript yaml
|
bash c cpp css dockerfile go html javascript json lua markdown nix python rust typescript yaml latex
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue