2.home-manager/tests/modules/programs/neovim/plugin-config.expected
teto f9482fd109 neovim: fix test
package.path (mkOrder 100) is expected to be before `vim.cmd` (mkBegin -> mkOrder 500).
Not sure how the error was not detected before ?
2026-03-12 14:49:18 +01:00

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
-- }}}