neovim: lua highlighting
parent
80954f18fa
commit
ab10b106ff
|
@ -37,7 +37,7 @@ in
|
||||||
MANPAGER = "nvim +Man!";
|
MANPAGER = "nvim +Man!";
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."nvim/lua/parsers.lua".text = ''
|
xdg.configFile."nvim/lua/parsers.lua".text = /* lua */ ''
|
||||||
vim.opt.runtimepath:append ("${treesitter-parsers}")
|
vim.opt.runtimepath:append ("${treesitter-parsers}")
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue