add vim-nix everywhere

This commit is contained in:
Daylin Morgan 2024-01-15 09:53:02 -06:00
parent 5ccc3ad2d9
commit da89e73b60
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -15,9 +15,6 @@ local single_host_plugins = {
{ "Fymyte/rasi.vim" }, { "Fymyte/rasi.vim" },
{ dir = "~/dev/github/usu-dev/usu-vim/" }, { dir = "~/dev/github/usu-dev/usu-vim/" },
}, },
algiz = {
{ "LnL7/vim-nix" },
},
} }
local function add_single_host_plugins() local function add_single_host_plugins()
@ -29,6 +26,7 @@ end
if vim.tbl_contains({ "othalan", "algiz" }, "algiz") then if vim.tbl_contains({ "othalan", "algiz" }, "algiz") then
vim.list_extend(plugins, { vim.list_extend(plugins, {
{ "lambdalisue/suda.vim" }, { "lambdalisue/suda.vim" },
{ "LnL7/vim-nix" },
}) })
end end