adding in trouble for better diagnostics
This commit is contained in:
@@ -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
|
||||
}
|
||||
@@ -57,4 +57,7 @@ return require('packer').startup(function(use)
|
||||
|
||||
use("jose-elias-alvarez/null-ls.nvim")
|
||||
|
||||
use("nvim-tree/nvim-web-devicons")
|
||||
use("folke/trouble.nvim")
|
||||
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user