refactor(nvim): add parser dir to front of runtimedir
parent
591f981e71
commit
d098a8f907
|
@ -56,9 +56,7 @@ with builtins;
|
|||
require('nvim-treesitter.configs').setup(final_opts)
|
||||
'';
|
||||
init = ''
|
||||
local runtimepath = vim.opt.runtimepath:get()
|
||||
table.insert(runtimepath, 4, "${parserDir}")
|
||||
vim.opt.runtimepath = runtimepath
|
||||
vim.opt.runtimepath:prepend("${parserDir}")
|
||||
'';
|
||||
priority = 100;
|
||||
dependencies = [
|
||||
|
|
Loading…
Reference in New Issue