diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-04-30 14:38:36 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-04-30 14:38:36 -0400 |
| commit | 651a5a6000d1db5e9835cbb6bb14b127d1114333 (patch) | |
| tree | 508ee144c4ac94f8bd6edd33953ad52e54f8f7ef /modules/neovim/default.nix | |
| parent | a1c69cddca1e8feb871e5a26b3809336f80a58bd (diff) | |
| download | home-651a5a6000d1db5e9835cbb6bb14b127d1114333.tar.gz | |
repo: cleanup
Diffstat (limited to 'modules/neovim/default.nix')
| -rw-r--r-- | modules/neovim/default.nix | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/modules/neovim/default.nix b/modules/neovim/default.nix index e792cf6..34c6e51 100644 --- a/modules/neovim/default.nix +++ b/modules/neovim/default.nix @@ -42,26 +42,26 @@ in vimdiffAlias = true; plugins = with pkgs.vimPlugins; [ nvim-treesitter - nvim-treesitter.withAllGrammars - # (nvim-treesitter.withPlugins (p: with p; [ - # tree-sitter-nix - # tree-sitter-make - # tree-sitter-verilog - # tree-sitter-scheme - # tree-sitter-llvm - # tree-sitter-html - # tree-sitter-glsl - # tree-sitter-devicetree - # tree-sitter-cuda - # tree-sitter-c - # tree-sitter-cpp - # tree-sitter-lua - # tree-sitter-zig - # tree-sitter-rust - # tree-sitter-toml - # tree-sitter-markdown - # tree-sitter-markdown-inline - # ])) + # nvim-treesitter.withAllGrammars + (nvim-treesitter.withPlugins (p: with p; [ + tree-sitter-nix + tree-sitter-make + tree-sitter-verilog + tree-sitter-scheme + tree-sitter-llvm + tree-sitter-html + tree-sitter-glsl + tree-sitter-devicetree + tree-sitter-cuda + tree-sitter-c + tree-sitter-cpp + tree-sitter-lua + tree-sitter-zig + tree-sitter-rust + tree-sitter-toml + tree-sitter-markdown + tree-sitter-markdown-inline + ])) { plugin = lean-nvim; |