Skip to content

Commit

Permalink
Merge pull request #12 from fabmorais/fix-lspsaga
Browse files Browse the repository at this point in the history
fix lspsaga
  • Loading branch information
fabmorais authored Oct 22, 2023
2 parents daae88b + e4d67c9 commit 0a4fe28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/packer-config/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ return require("packer").startup(function(use)
use("L3MON4D3/LuaSnip") --> Snippets plugin
use("simrat39/rust-tools.nvim")
use({
"glepnir/lspsaga.nvim",
branch = "main",
"nvimdev/lspsaga.nvim",
after = "nvim-lspconfig",
config = function()
require("lspsaga").setup({})
end,
Expand Down

0 comments on commit 0a4fe28

Please sign in to comment.