adding in trouble for better diagnostics

This commit is contained in:
Arjun Patel
2023-02-05 08:06:32 -06:00
parent 3bb3e72a2f
commit cf96c036f7
2 changed files with 8 additions and 0 deletions
+5
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
}
+3
View File
@@ -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)