diff --git a/init.lua b/init.lua index c65ef0c..38a9093 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 0000000..1a80487 --- /dev/null +++ b/lua/custom/plugins/copilot.lua @@ -0,0 +1,3 @@ +return { + 'github/copilot.vim', +}