feat: add copilot for work
This commit is contained in:
parent
41de0ca97d
commit
652b711ac8
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user