From 2d1ec3c95bc20370d4c08a0e049d9fa4891efe52 Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 6 Mar 2024 20:27:29 +1100 Subject: [PATCH] Added copilot and discord rpc --- init.lua | 2 +- lua/custom/plugins/init.lua | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index e8c8693f..8aaadce6 100644 --- a/init.lua +++ b/init.lua @@ -816,7 +816,7 @@ require('lazy').setup { -- -- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going. -- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins` - -- { import = 'custom.plugins' }, + { import = 'custom.plugins' }, } -- The line beneath this is called `modeline`. See `:help modeline` diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua index be0eb9d8..e80f8c3d 100644 --- a/lua/custom/plugins/init.lua +++ b/lua/custom/plugins/init.lua @@ -2,4 +2,7 @@ -- I promise not to create any merge conflicts in this directory :) -- -- See the kickstart.nvim README for more information -return {} +return { + 'github/copilot.vim', + 'andweeb/presence.nvim', +}