mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-16 07:27:47 +00:00
Compare commits
No commits in common. "17c17cfee91e371caed24f2303260148ffd05149" and "317877430a36e2e449405aaea30788119791dedc" have entirely different histories.
17c17cfee9
...
317877430a
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ in {
|
|||
type = listOf package;
|
||||
default = [];
|
||||
example = literalExpression ''
|
||||
with pkgs.vimPlugins.nvim-treesitter.grammarPlugins; [
|
||||
with pkgs.vimPlugins.nvim-treesitter.parsers; [
|
||||
regex
|
||||
kdl
|
||||
];
|
||||
|
|
@ -47,7 +47,7 @@ in {
|
|||
internal = true;
|
||||
readOnly = true;
|
||||
type = listOf package;
|
||||
default = with pkgs.vimPlugins.nvim-treesitter.grammarPlugins; [c lua vim vimdoc query];
|
||||
default = with pkgs.vimPlugins.nvim-treesitter.parsers; [c lua vim vimdoc query];
|
||||
description = ''
|
||||
A list of treesitter grammars that will be installed by default
|
||||
if treesitter has been enabled and {option}`vim.treeesitter.addDefaultGrammars`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue