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