Added copilot and discord rpc

This commit is contained in:
= 2024-03-06 20:27:29 +11:00
parent f764b7bacd
commit 2d1ec3c95b
2 changed files with 5 additions and 2 deletions

View File

@ -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`

View File

@ -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',
}