Update packer configuration
This commit is contained in:
parent
cd33c4a51d
commit
71a02c1e88
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue