neovim: fix ts grammars
This commit is contained in:
parent
0b3bb3e92b
commit
d12ac360c1
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ in
|
|||
config =
|
||||
let
|
||||
nvim-treesitter = pkgs.vimPlugins.nvim-treesitter;
|
||||
treesitterWithGrammars = nvim-treesitter.withPlugins (_: nvim-treesitter.allGrammars);
|
||||
treesitterWithGrammars = nvim-treesitter.withAllGrammars;
|
||||
|
||||
treesitter-parsers = pkgs.symlinkJoin {
|
||||
name = "treesitter-parsers";
|
||||
|
|
Loading…
Reference in a new issue