package.path (mkOrder 100) is expected to be before `vim.cmd` (mkBegin -> mkOrder 500). Not sure how the error was not detected before ?
9 lines
501 B
Text
9 lines
501 B
Text
package.path = "/nix/store/00000000000000000000000000000000-luajit2.1-luautf8/share/lua/5.1/?.lua;/nix/store/00000000000000000000000000000000-luajit2.1-luautf8/share/lua/5.1/?/init.lua".. ";" .. package.path
|
|
package.cpath = "/nix/store/00000000000000000000000000000000-luajit2.1-luautf8/lib/lua/5.1/?.so".. ";" .. package.cpath
|
|
|
|
vim.cmd [[source /nix/store/00000000000000000000000000000000-nvim-init-home-manager.vim]]
|
|
-- user-associated plugin config {{{
|
|
function HM_PLUGIN_LUA_CONFIG ()
|
|
end
|
|
|
|
-- }}}
|