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)
|
require('nvim-treesitter.configs').setup(final_opts)
|
||||||
'';
|
'';
|
||||||
init = ''
|
init = ''
|
||||||
local runtimepath = vim.opt.runtimepath:get()
|
vim.opt.runtimepath:prepend("${parserDir}")
|
||||||
table.insert(runtimepath, 4, "${parserDir}")
|
|
||||||
vim.opt.runtimepath = runtimepath
|
|
||||||
'';
|
'';
|
||||||
priority = 100;
|
priority = 100;
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|
Loading…
Reference in New Issue