feat(neovim): install treesitter grammars properly.
This commit is contained in:
parent
d8fcc8c353
commit
510219d59c
1 changed files with 5 additions and 1 deletions
|
|
@ -289,7 +289,11 @@ in {
|
|||
helpview-nvim.package = helpview-nvim;
|
||||
};
|
||||
|
||||
extraPackages = with pkgs.vimPlugins; [nvim-treesitter-parsers.qmljs];
|
||||
treesitter.grammars = with pkgs.vimPlugins.nvim-treesitter.builtGrammars; [
|
||||
qmljs
|
||||
kdl
|
||||
regex
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue