diff --git a/init.lua b/init.lua index c65ef0c0..38a9093a 100644 --- a/init.lua +++ b/init.lua @@ -64,7 +64,6 @@ vim.opt.rtp:prepend(lazypath) require('lazy').setup({ -- NOTE: First, some plugins that don't require any configuration - 'github/copilot.vim', -- Git related plugins 'tpope/vim-fugitive', 'tpope/vim-rhubarb', diff --git a/lua/custom/plugins/copilot.lua b/lua/custom/plugins/copilot.lua new file mode 100644 index 00000000..1a804873 --- /dev/null +++ b/lua/custom/plugins/copilot.lua @@ -0,0 +1,3 @@ +return { + 'github/copilot.vim', +}