diff --git a/common/home/neovim/plugins/treesitter.vim b/common/home/neovim/plugins/treesitter.vim index 228573e7..fca07481 100644 --- a/common/home/neovim/plugins/treesitter.vim +++ b/common/home/neovim/plugins/treesitter.vim @@ -1,12 +1,8 @@ lua << EOF -local path = "/home/matt/.cache/nvim/" - require('nvim-treesitter.configs').setup({ highlight = { enable = true }, indent = { enable = true }, - parser_install_dir = path, - auto_install = true, }) require('treesitter-context').setup({ @@ -15,7 +11,6 @@ require('treesitter-context').setup({ min_window_height = 20, }) -vim.opt.runtimepath:append(path) EOF " Add line under context