mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-13 23:16:44 +00:00
updates for trouble
This commit is contained in:
5
nvim/lua/config/trouble.lua
Normal file
5
nvim/lua/config/trouble.lua
Normal 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
|
||||
})
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user