tried stuff with treesitter
This commit is contained in:
parent
dca0ea31db
commit
2b768f0b87
3 changed files with 28 additions and 17 deletions
|
@ -77,6 +77,12 @@
|
|||
|
||||
treesitter = {
|
||||
enable = true;
|
||||
folding = true;
|
||||
grammarPackages = pkgs.vimPlugins.nvim-treesitter.passthru.allGrammars;
|
||||
|
||||
settings = {
|
||||
auto_install = true;
|
||||
};
|
||||
};
|
||||
|
||||
web-devicons = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue