diff --git a/common/home-manager.nix b/common/home-manager.nix index c0898d1..188a894 100644 --- a/common/home-manager.nix +++ b/common/home-manager.nix @@ -109,7 +109,7 @@ nvim-colorizer-lua nvim-lspconfig nvim-tree-lua - nvim-treesitter + nvim-treesitter.withAllGrammars nvim-web-devicons onehalf pears-nvim diff --git a/common/nvim.lua b/common/nvim.lua index 760f865..73d1fc4 100644 --- a/common/nvim.lua +++ b/common/nvim.lua @@ -53,7 +53,7 @@ require("lualine").setup { } require("nvim-treesitter.configs").setup { - auto_install = true, + auto_install = false, highlight = { enable = true }, parser_install_dir = "/home/sijmen/.cache/nvim/treesitter", }