diff --git a/modules/tui/neovim.nix b/modules/tui/neovim.nix index 38c88a41..a8106311 100644 --- a/modules/tui/neovim.nix +++ b/modules/tui/neovim.nix @@ -80,18 +80,6 @@ in { fugitive.enable = true; treesitter = { enable = true; - ensureInstalled = [ - "lua" - "rust" - "markdown" - "markdown-inline" - "python" - "cmake" - "cpp" - "c" - "java" - "kotlin" - ]; folding = false; indent = true; nixvimInjections = true;