nvim: Install treesitter grammars system-wide
This commit is contained in:
parent
0a34d0ac33
commit
2b8fa7099b
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue