nvim: Install treesitter grammars system-wide
This commit is contained in:
parent
0a34d0ac33
commit
2b8fa7099b
|
@ -109,7 +109,7 @@
|
|||
nvim-colorizer-lua
|
||||
nvim-lspconfig
|
||||
nvim-tree-lua
|
||||
nvim-treesitter
|
||||
nvim-treesitter.withAllGrammars
|
||||
nvim-web-devicons
|
||||
onehalf
|
||||
pears-nvim
|
||||
|
|
|
@ -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",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue