diff options
Diffstat (limited to 'nixvim/plugins/treesitter.nix')
| -rw-r--r-- | nixvim/plugins/treesitter.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nixvim/plugins/treesitter.nix b/nixvim/plugins/treesitter.nix new file mode 100644 index 0000000..ec2316a --- /dev/null +++ b/nixvim/plugins/treesitter.nix @@ -0,0 +1,10 @@ +{ + plugins.treesitter = { + enable = true; + + settings = { + highlight.enable = true; + indent.enable = true; + }; + }; +} |
