diff --git a/lua/theprimeagen/packer.lua b/lua/theprimeagen/packer.lua index 96f7c6e..1b06014 100644 --- a/lua/theprimeagen/packer.lua +++ b/lua/theprimeagen/packer.lua @@ -21,14 +21,15 @@ return require('packer').startup(function(use) end }) + use('vuciv/vim-bujo') + + use('ThePrimeagen/vim-be-good') + use({ "folke/trouble.nvim", config = function() require("trouble").setup { icons = false, - -- your configuration comes here - -- or leave it empty to use the default settings - -- refer to the configuration section below } end })