Added treesitter and treesitter-context
This commit is contained in:
parent
a48a04c08c
commit
c9b4df92cf
3 changed files with 9 additions and 0 deletions
|
|
@ -6,6 +6,8 @@
|
||||||
./which-key.nix
|
./which-key.nix
|
||||||
./surround.nix
|
./surround.nix
|
||||||
./autopairs.nix
|
./autopairs.nix
|
||||||
|
./treesitter.nix
|
||||||
|
./treesitter-context.nix
|
||||||
];
|
];
|
||||||
opts = {
|
opts = {
|
||||||
number = true;
|
number = true;
|
||||||
|
|
|
||||||
1
config/treesitter-context.nix
Normal file
1
config/treesitter-context.nix
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{ plugins = { treesitter-context = { enable = true; }; }; }
|
||||||
6
config/treesitter.nix
Normal file
6
config/treesitter.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
plugins = {
|
||||||
|
treesitter = { enable = true; };
|
||||||
|
treesitter-context = { enable = true; };
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue