added nvim treesitter
This commit is contained in:
parent
ede1e5f9de
commit
f793853c27
2 changed files with 14 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
./navic.nix
|
||||
./neotree.nix
|
||||
./toggleterm.nix
|
||||
./treesitter.nix
|
||||
./yazi.nix
|
||||
];
|
||||
|
||||
|
|
13
users/willifan/common/nixvim/treesitter.nix
Normal file
13
users/willifan/common/nixvim/treesitter.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.nixvim.plugins = {
|
||||
treesitter = {
|
||||
enable = true;
|
||||
settings = {
|
||||
indent.enable = true;
|
||||
highlight.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue