whoops I know how lua works ....
This commit is contained in:
parent
444d03d366
commit
9425daddeb
1 changed files with 1 additions and 1 deletions
|
@ -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" },
|
||||
|
|
Loading…
Reference in a new issue