Add neovim Trouble plugin

This commit is contained in:
Tony Blyler 2022-05-06 11:48:45 -04:00
parent d8e065dc2f
commit 204e945b6f
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,4 @@
require("trouble").setup({
-- configuration here
-- or leave it empty to use the default settings
})

View file

@ -45,6 +45,7 @@ require "paq" {
"williamboman/nvim-lsp-installer";
"jose-elias-alvarez/null-ls.nvim";
"nanotee/nvim-lsp-basics";
"folke/trouble.nvim";
-- autocomplete with nvim-cmp
"hrsh7th/cmp-nvim-lsp";