mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-17 19:51:59 -05:00
Init:start-nix
This commit is contained in:
35
home/tui/nixvim/plugins/treesitter.nix
Executable file
35
home/tui/nixvim/plugins/treesitter.nix
Executable file
@@ -0,0 +1,35 @@
|
||||
_: {
|
||||
programs.nixvim = {
|
||||
plugins.treesitter = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
ensureInstalled = [
|
||||
"bash"
|
||||
"c"
|
||||
"diff"
|
||||
"html"
|
||||
"lua"
|
||||
"luadoc"
|
||||
"markdown"
|
||||
"markdown_inline"
|
||||
"query"
|
||||
"vim"
|
||||
"vimdoc"
|
||||
];
|
||||
|
||||
highlight = {
|
||||
additional_vim_regex_highlighting = true;
|
||||
enable = true;
|
||||
};
|
||||
|
||||
indent = {
|
||||
enable = true;
|
||||
disable = [
|
||||
"ruby"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user