From 71a02c1e887b591b91e2516c8ccffbfa9a19fbcc Mon Sep 17 00:00:00 2001 From: Simon Lasbrugnas Date: Wed, 19 Jul 2023 13:53:09 +0200 Subject: [PATCH] Update packer configuration --- lua/theprimeagen/packer.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 })