pkgs(nixvim): Enable treesitter support and enable which-key plugin
This commit is contained in:
parent
9466308478
commit
7078dd84eb
1 changed files with 17 additions and 0 deletions
|
|
@ -1,2 +1,19 @@
|
|||
{...}: {
|
||||
plugins = {
|
||||
treesitter = {
|
||||
enable = true;
|
||||
# folding = true;
|
||||
nixvimInjections = true;
|
||||
settings = {
|
||||
highlight = {
|
||||
enable = true;
|
||||
additional_vim_regex_highlighting = true;
|
||||
};
|
||||
indent.enable = true;
|
||||
};
|
||||
};
|
||||
which-key = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue