mirror of
https://github.com/gyoder/dots.git
synced 2026-04-02 20:25:46 +00:00
nvim: fixed treesitter for 0.12
This commit is contained in:
parent
a870e9610a
commit
8246ae5804
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ return require("packed").setup(function(use)
|
||||||
'nvim-treesitter/nvim-treesitter',
|
'nvim-treesitter/nvim-treesitter',
|
||||||
branch = 'main',
|
branch = 'main',
|
||||||
config = function()
|
config = function()
|
||||||
local parser_path = vim.fn.expand("~/.local/share/nvim/site")
|
local parser_path = vim.fn.expand("~/.local/share/nvim/site/parser")
|
||||||
vim.opt.runtimepath:append(parser_path)
|
vim.opt.runtimepath:append(parser_path)
|
||||||
|
|
||||||
require("nvim-treesitter").setup({})
|
require("nvim-treesitter").setup({})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue