Add treesitter to nixvim
This commit is contained in:
@@ -100,6 +100,15 @@
|
||||
};
|
||||
};
|
||||
|
||||
plugins.treesitter = {
|
||||
enable = true;
|
||||
settings = {
|
||||
auto_install = true;
|
||||
highlight.enable = true;
|
||||
indent.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
plugins.which-key = {
|
||||
enable = true;
|
||||
lazyLoad = {
|
||||
@@ -108,6 +117,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
extraPackages = with pkgs; [
|
||||
gcc
|
||||
];
|
||||
|
||||
extraPlugins = with pkgs.vimPlugins; [
|
||||
vim-sleuth
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user