mirror of
https://github.com/akr2002/nv.git
synced 2024-12-28 00:42:53 +00:00
add treesitter commenstring
This commit is contained in:
parent
ac2cfabf1e
commit
838e41d9d5
3 changed files with 13 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
|||
./languages/treesitter/treesitter-context.nix
|
||||
./languages/treesitter/treesitter-textobjects.nix
|
||||
./languages/treesitter/treesitter.nix
|
||||
./languages/treesitter/ts-autotag.nix
|
||||
./languages/treesitter/treesitter-context-commentstring.nix
|
||||
|
||||
./dap/dap.nix
|
||||
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
plugins.ts-context-commentstring = {
|
||||
enable = true;
|
||||
disableAutoInitialization = false;
|
||||
};
|
||||
}
|
5
config/languages/treesitter/ts-autotag.nix
Normal file
5
config/languages/treesitter/ts-autotag.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
plugins.ts-autotag = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue