diff --git a/lua/plugins.lua b/lua/plugins.lua index 249353a..28ff011 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -16,7 +16,16 @@ local function hasversion(major, minor, patch) return version.patch <= patch end +local function is_work() + return vim.fn.hostname() == "SCHREWE" +end + return { + { + "github/copilot.vim", + enabled = is_work(), + event = "VeryLazy", + }, { "rose-pine/neovim", name = "rose-pine",