Remove the winbar usage in lspsaga, and go back to the upstream repo

This commit is contained in:
Martin Larsson 2024-04-08 10:48:33 +02:00
parent afd9bf2fa0
commit 809e07b474

View file

@ -1,6 +1,6 @@
return {
"LarssonMartin1998/lspsaga.nvim",
branch = "improved_winbar",
"nvimdev/lspsaga.nvim",
event = "LspAttach",
dependencies = {
"nvim-tree/nvim-web-devicons",
},
@ -8,15 +8,15 @@ return {
require("lspsaga").setup({
symbol_in_winbar = {
enable = false,
separator = " ",
hide_keyword = true,
ignore_patterns = nil,
show_file = true,
folder_level = 2,
color_mode = true,
dely = 300,
show_nodes = true,
max_nodes = 2,
-- separator = " ",
-- hide_keyword = true,
-- ignore_patterns = nil,
-- show_file = true,
-- folder_level = 2,
-- color_mode = true,
-- dely = 300,
-- show_nodes = true,
-- max_nodes = 2,
},
implement = {
enable = false,