mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-03 03:22:10 +02:00
update
This commit is contained in:
10
home/programs/nvim/plugins/treesitter.nix
Normal file
10
home/programs/nvim/plugins/treesitter.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
programs.nixvim.plugins = {
|
||||
treesitter = {
|
||||
enable = true;
|
||||
nixGrammars = true;
|
||||
indent = true;
|
||||
};
|
||||
treesitter-context.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user