adding in trouble nvim for diagnostics
This commit is contained in:
@@ -159,6 +159,11 @@ _G.packer_plugins = {
|
||||
path = "/Users/talksik/.local/share/nvim/site/pack/packer/start/nvim-treesitter",
|
||||
url = "https://github.com/nvim-treesitter/nvim-treesitter"
|
||||
},
|
||||
["nvim-web-devicons"] = {
|
||||
loaded = true,
|
||||
path = "/Users/talksik/.local/share/nvim/site/pack/packer/start/nvim-web-devicons",
|
||||
url = "https://github.com/nvim-tree/nvim-web-devicons"
|
||||
},
|
||||
["packer.nvim"] = {
|
||||
loaded = true,
|
||||
path = "/Users/talksik/.local/share/nvim/site/pack/packer/start/packer.nvim",
|
||||
@@ -185,6 +190,11 @@ _G.packer_plugins = {
|
||||
path = "/Users/talksik/.local/share/nvim/site/pack/packer/start/telescope.nvim",
|
||||
url = "https://github.com/nvim-telescope/telescope.nvim"
|
||||
},
|
||||
["trouble.nvim"] = {
|
||||
loaded = true,
|
||||
path = "/Users/talksik/.local/share/nvim/site/pack/packer/start/trouble.nvim",
|
||||
url = "https://github.com/folke/trouble.nvim"
|
||||
},
|
||||
undotree = {
|
||||
loaded = true,
|
||||
path = "/Users/talksik/.local/share/nvim/site/pack/packer/start/undotree",
|
||||
|
||||
Reference in New Issue
Block a user