Initial configuration
This commit is contained in:
commit
294fd9dcf3
35 changed files with 5369 additions and 0 deletions
7
hosts/totsugeki/development/nixvim/treesitter.nix
Normal file
7
hosts/totsugeki/development/nixvim/treesitter.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }: {
|
||||
programs.nixvim.plugins.treesitter = {
|
||||
enable = true;
|
||||
indent = true;
|
||||
nixvimInjections = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue