moar grammars
This commit is contained in:
@@ -5,18 +5,6 @@
|
|||||||
highlight.enable = true;
|
highlight.enable = true;
|
||||||
indent.enable = true;
|
indent.enable = true;
|
||||||
};
|
};
|
||||||
grammarPackages = with pkgs.vimPlugins.nvim-treesitter.builtGrammars; [
|
grammarPackages = pkgs.vimPlugins.nvim-treesitter.allGrammars;
|
||||||
bash
|
|
||||||
elixir
|
|
||||||
fish
|
|
||||||
heex
|
|
||||||
json
|
|
||||||
markdown
|
|
||||||
nix
|
|
||||||
toml
|
|
||||||
tsx
|
|
||||||
typescript
|
|
||||||
yaml
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user