Update packer configuration

This commit is contained in:
Simon Lasbrugnas 2023-07-19 13:53:09 +02:00
parent cd33c4a51d
commit 71a02c1e88
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

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