mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
remove trouble plugin
This commit is contained in:
parent
5ce2e5cbce
commit
93a74e5d22
@ -177,14 +177,6 @@ require('packer').startup(function(use)
|
||||
-- Pretty highlights
|
||||
use 'folke/lsp-colors.nvim'
|
||||
|
||||
use {
|
||||
'folke/trouble.nvim',
|
||||
requires = 'kyazdani42/nvim-web-devicons',
|
||||
config = function()
|
||||
require("trouble").setup { }
|
||||
end
|
||||
}
|
||||
|
||||
-- =======================================================================
|
||||
-- Completion System
|
||||
-- =======================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user