nixvim
This commit is contained in:
11
home-manager/nixvim/treesitter.nix
Normal file
11
home-manager/nixvim/treesitter.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
plugins = {
|
||||
treesitter = {
|
||||
enable = true;
|
||||
nixGrammars = true;
|
||||
indent = true;
|
||||
};
|
||||
#treesitter-context.enable = true;
|
||||
rainbow-delimiters.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user