nvim: Install treesitter grammars system-wide

This commit is contained in:
Sijmen 2022-11-09 14:31:17 +01:00
parent 0a34d0ac33
commit 2b8fa7099b
Signed by: vijfhoek
GPG Key ID: DAF7821E067D9C48
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@
nvim-colorizer-lua nvim-colorizer-lua
nvim-lspconfig nvim-lspconfig
nvim-tree-lua nvim-tree-lua
nvim-treesitter nvim-treesitter.withAllGrammars
nvim-web-devicons nvim-web-devicons
onehalf onehalf
pears-nvim pears-nvim

View File

@ -53,7 +53,7 @@ require("lualine").setup {
} }
require("nvim-treesitter.configs").setup { require("nvim-treesitter.configs").setup {
auto_install = true, auto_install = false,
highlight = { enable = true }, highlight = { enable = true },
parser_install_dir = "/home/sijmen/.cache/nvim/treesitter", parser_install_dir = "/home/sijmen/.cache/nvim/treesitter",
} }