mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
Merge pull request #71 from horriblename/feat-lua-loader
feat: new option to enable lua module loader
This commit is contained in:
commit
f63e82c1c0
4 changed files with 10 additions and 0 deletions
|
@ -9,6 +9,9 @@ with builtins; let
|
|||
|
||||
wrapLuaConfig = luaConfig: ''
|
||||
lua << EOF
|
||||
${optionalString cfg.enableLuaLoader ''
|
||||
vim.loader.enable()
|
||||
''}
|
||||
${luaConfig}
|
||||
EOF
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue