neovim: lua highlighting
This commit is contained in:
parent
80954f18fa
commit
ab10b106ff
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ in
|
|||
MANPAGER = "nvim +Man!";
|
||||
};
|
||||
|
||||
xdg.configFile."nvim/lua/parsers.lua".text = ''
|
||||
xdg.configFile."nvim/lua/parsers.lua".text = /* lua */ ''
|
||||
vim.opt.runtimepath:append ("${treesitter-parsers}")
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue