updates for trouble

This commit is contained in:
Lee Tang
2022-04-29 22:34:36 +08:00
parent b3fc524bfc
commit 8549f7f7e9
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
require('trouble').setup({
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
})

View File

@@ -34,6 +34,12 @@ return require('packer').startup(function(use)
})
end,
})
use({
'folke/trouble.nvim',
config = function()
require('config.trouble')
end,
})
use({
'lukas-reineke/indent-blankline.nvim',
config = function()