neovim -> nixvim
This commit is contained in:
18
home/programs/nixvim/plugins/treesitter.nix
Normal file
18
home/programs/nixvim/plugins/treesitter.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
programs.nixvim.plugins = {
|
||||
treesitter = {
|
||||
enable = true;
|
||||
folding.enable = false;
|
||||
settings = {
|
||||
auto_install = false;
|
||||
highlight.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
ts-context-commentstring = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user