diff options
Diffstat (limited to 'dotfiles/vim.lua')
-rw-r--r-- | dotfiles/vim.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/vim.lua b/dotfiles/vim.lua index 0231cc1..81d0111 100644 --- a/dotfiles/vim.lua +++ b/dotfiles/vim.lua | |||
@@ -171,6 +171,7 @@ require("gitsigns").setup { | |||
171 | -- Treesitter | 171 | -- Treesitter |
172 | 172 | ||
173 | require("nvim-treesitter.configs").setup { | 173 | require("nvim-treesitter.configs").setup { |
174 | parser_install_dir = vim.fn.stdpath("data") .. "/site/parser/", | ||
174 | highlight = { | 175 | highlight = { |
175 | enable = true, | 176 | enable = true, |
176 | }, | 177 | }, |