feat: add workspace files to path
This commit is contained in:
parent
f809919c3c
commit
409f726d4a
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@
|
|||
pkg-sharedirs = builtins.map (pkg: "${pkg}/share/lua/${lua-version}") rocks;
|
||||
in {
|
||||
runtime.version = "LuaJIT";
|
||||
runtime.path = ["?/nvim/init.lua" "?/nvim/lua/?.lua"];
|
||||
Lua = {
|
||||
globals =
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue