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 ?
This commit is contained in:
teto 2026-03-12 14:41:39 +01:00 committed by Matthieu Coudron
parent 7d06e0cefe
commit f9482fd109

View file

@ -1,6 +1,7 @@
vim.cmd [[source /nix/store/00000000000000000000000000000000-nvim-init-home-manager.vim]]
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