feat: Disable nixvim grammarPackages for now because of is-not treesitter
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
This commit is contained in:
@@ -358,17 +358,17 @@ in {
|
||||
};
|
||||
};
|
||||
folding.enable = true;
|
||||
grammarPackages =
|
||||
(with pkgs.tree-sitter-grammars; [
|
||||
tree-sitter-norg
|
||||
tree-sitter-norg-meta
|
||||
tree-sitter-just
|
||||
tree-sitter-nu
|
||||
tree-sitter-pest
|
||||
tree-sitter-slint
|
||||
])
|
||||
++ pkgs.vimPlugins.nvim-treesitter.allGrammars;
|
||||
nixGrammars = true;
|
||||
# grammarPackages =
|
||||
# (with pkgs.tree-sitter-grammars; [
|
||||
# tree-sitter-norg
|
||||
# tree-sitter-norg-meta
|
||||
# tree-sitter-just
|
||||
# tree-sitter-nu
|
||||
# tree-sitter-pest
|
||||
# tree-sitter-slint
|
||||
# ])
|
||||
# ++ pkgs.vimPlugins.nvim-treesitter.allGrammars;
|
||||
# nixGrammars = true;
|
||||
};
|
||||
|
||||
telescope = {
|
||||
|
||||
Reference in New Issue
Block a user