Skip to content

Commit

Permalink
chore(neovim): use lspsaga upstream (#408)
Browse files Browse the repository at this point in the history
## Why

nvimdev/lspsaga.nvim#1445 is merged to upstream
  • Loading branch information
izumin5210 authored May 19, 2024
1 parent bb840b3 commit a9b02ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions config/.config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,7 @@ require("lazy").setup({
config = require("pluginconfig.lspconfig").setup_lsp_signature,
},
{
"izumin5210/lspsaga.nvim",
-- NOTE: use patched version to work around the following issue:
-- https://github.com/nvimdev/lspsaga.nvim/issues/1444
branch = "fix-goto-severity-filter",
"nvimdev/lspsaga.nvim",
dependencies = { "nvim-tree/nvim-web-devicons" },
event = { "LspAttach" },
config = require("pluginconfig.lspconfig").setup_lspsaga,
Expand Down
2 changes: 1 addition & 1 deletion config/.config/nvim/lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lazy.nvim": { "branch": "main", "commit": "758bb5de98b805acc5eeed8cdc8ac7f0bc4b0b86" },
"lsp_signature.nvim": { "branch": "master", "commit": "5babe266b99a273a866525baaaee34c603997b8b" },
"lspkind.nvim": { "branch": "master", "commit": "1735dd5a5054c1fb7feaf8e8658dbab925f4f0cf" },
"lspsaga.nvim": { "branch": "fix-goto-severity-filter", "commit": "5dc729676a9abcdfe8e166e9f21683cf085b1e59" },
"lspsaga.nvim": { "branch": "main", "commit": "ad61778283f26a9fa2c5a8d2f0aca52ba49f32f3" },
"mason-lspconfig.nvim": { "branch": "main", "commit": "9ae570e206360e47d30b4c35a4550c165f4ea7b7" },
"mason-null-ls.nvim": { "branch": "main", "commit": "2b8433f76598397fcc97318d410e0c4f7a4bea6a" },
"mason.nvim": { "branch": "main", "commit": "c43eeb5614a09dc17c03a7fb49de2e05de203924" },
Expand Down

0 comments on commit a9b02ad

Please sign in to comment.