Add neovim Trouble plugin
This commit is contained in:
parent
d8e065dc2f
commit
204e945b6f
2 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
||||||
|
require("trouble").setup({
|
||||||
|
-- configuration here
|
||||||
|
-- or leave it empty to use the default settings
|
||||||
|
})
|
|
@ -45,6 +45,7 @@ require "paq" {
|
||||||
"williamboman/nvim-lsp-installer";
|
"williamboman/nvim-lsp-installer";
|
||||||
"jose-elias-alvarez/null-ls.nvim";
|
"jose-elias-alvarez/null-ls.nvim";
|
||||||
"nanotee/nvim-lsp-basics";
|
"nanotee/nvim-lsp-basics";
|
||||||
|
"folke/trouble.nvim";
|
||||||
|
|
||||||
-- autocomplete with nvim-cmp
|
-- autocomplete with nvim-cmp
|
||||||
"hrsh7th/cmp-nvim-lsp";
|
"hrsh7th/cmp-nvim-lsp";
|
||||||
|
|
Loading…
Reference in a new issue