Add trouble.vim

pull/1703/head
Alexandre Ignjatovic 1 year ago
parent 38faede3c1
commit 3c1fe791fd

@ -446,7 +446,6 @@ require('lazy').setup({
end, { desc = '[S]earch [N]eovim files' }) end, { desc = '[S]earch [N]eovim files' })
end, end,
}, },
-- LSP Plugins -- LSP Plugins
{ {
-- `lazydev` configures Lua LSP for your Neovim config, runtime and plugins -- `lazydev` configures Lua LSP for your Neovim config, runtime and plugins
@ -460,6 +459,14 @@ require('lazy').setup({
}, },
}, },
}, },
{ 'Bilal2453/luvit-meta', lazy = true },
{ -- Permit to display errors and warnings in the quickfix
'folke/trouble.nvim',
dependencies = { 'nvim-tree/nvim-web-devicons' },
opts = {
-- your configuration comes here
},
},
{ {
-- Main LSP Configuration -- Main LSP Configuration
'neovim/nvim-lspconfig', 'neovim/nvim-lspconfig',

Loading…
Cancel
Save