[nvim] lspsaga moved repos

This commit is contained in:
eleith 2023-08-08 23:47:05 +00:00
parent e6d1535272
commit 4bfe1cde0e
2 changed files with 2 additions and 5 deletions

View File

@ -1,5 +1,5 @@
return { return {
"glepnir/lspsaga.nvim", "nvimdev/lspsaga.nvim",
event = "LspAttach", event = "LspAttach",
config = function() config = function()
require("lspsaga").setup({ require("lspsaga").setup({
@ -13,7 +13,7 @@ return {
enable = false, enable = false,
}, },
diagnostic = { diagnostic = {
show_code_action = false, show_code_action = false,
}, },
}) })

View File

@ -1,3 +0,0 @@
return {
"folke/trouble.nvim",
}