now that home-manager always generates an init.lua we can take the wrapper output instead of reimplemnting stuff in HM (notwithstanding rtp changes that are not needed in HM). This is necessary to keep the provider configuration available after this change https://github.com/NixOS/nixpkgs/pull/487390 Also updated test to reflect ruby disabling
11 lines
674 B
Text
11 lines
674 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.g.loaded_node_provider=0;vim.g.loaded_perl_provider=0;vim.g.loaded_ruby_provider=0;vim.g.python3_host_prog='/nix/store/00000000000000000000000000000000-nvim-host-python3/bin/nvim-python3'
|
|
vim.cmd.source "/nix/store/00000000000000000000000000000000-init.vim"
|
|
|
|
-- user-associated plugin config {{{
|
|
function HM_PLUGIN_LUA_CONFIG ()
|
|
end
|
|
|
|
-- }}}
|