2023-02-17 16:31:57 -05:00
|
|
|
-- You can add your own plugins here or in other files in this directory!
|
|
|
|
-- I promise not to create any merge conflicts in this directory :)
|
|
|
|
--
|
|
|
|
-- See the kickstart.nvim README for more information
|
2023-04-21 17:03:44 +07:00
|
|
|
|
2023-03-31 12:07:39 +07:00
|
|
|
return {
|
|
|
|
'fatih/vim-go',
|
2023-04-03 11:45:59 +07:00
|
|
|
'famiu/bufdelete.nvim',
|
2023-04-03 23:50:47 +07:00
|
|
|
'ThePrimeagen/harpoon',
|
2023-04-05 15:16:52 +07:00
|
|
|
'ThePrimeagen/vim-be-good',
|
2023-04-09 14:36:04 +07:00
|
|
|
'stevearc/dressing.nvim',
|
2023-04-21 17:03:44 +07:00
|
|
|
"onsails/lspkind.nvim",
|
|
|
|
'lukas-reineke/cmp-rg',
|
|
|
|
'onsails/diaglist.nvim',
|
|
|
|
config = function()
|
|
|
|
require('diaglist').init()
|
|
|
|
end
|
2023-03-31 12:07:39 +07:00
|
|
|
}
|