diff options
| author | stefan <stefan@s00.xyz> | 2025-05-20 15:17:01 -0400 |
|---|---|---|
| committer | stefan <stefan@s00.xyz> | 2025-05-20 15:17:01 -0400 |
| commit | 92fe04a180e3cfca16c3ef4150a5a1eec879b665 (patch) | |
| tree | be66d0ea3bafed01bec10bb286f6964703bcfb72 /modules/neovim/default.nix | |
| parent | 2d701706abcc131aea8b2758cfff0acdc18a4b74 (diff) | |
| download | home-92fe04a180e3cfca16c3ef4150a5a1eec879b665.tar.gz | |
(form) sync
Diffstat (limited to 'modules/neovim/default.nix')
| -rw-r--r-- | modules/neovim/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/neovim/default.nix b/modules/neovim/default.nix index 03b8831..807ab74 100644 --- a/modules/neovim/default.nix +++ b/modules/neovim/default.nix @@ -47,6 +47,7 @@ in (nvim-treesitter.withPlugins (p: with p; [ tree-sitter-nix tree-sitter-make + tree-sitter-cmake tree-sitter-verilog tree-sitter-scheme tree-sitter-llvm @@ -75,7 +76,10 @@ in plenary-nvim mini-icons oil-nvim + tmux-nvim + # noice-nvim nvim-lspconfig + # blink-cmp # tinted-vim base16-nvim telescope-nvim |