whoops I know how lua works ....

This commit is contained in:
Daylin Morgan 2024-01-16 14:03:32 -06:00
parent 444d03d366
commit 9425daddeb
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -23,7 +23,7 @@ local function add_single_host_plugins()
end
end
if vim.tbl_contains({ "othalan", "algiz" }, "algiz") then
if vim.tbl_contains({ "othalan", "algiz" }, hostname) then
vim.list_extend(plugins, {
{ "lambdalisue/suda.vim" },
{ "LnL7/vim-nix" },