dev: remove symbol_in_winbar setup from lspsaga

This commit is contained in:
NotAShelf 2023-02-05 16:28:00 +03:00
parent f5f02cbb92
commit 2b06cae4da
No known key found for this signature in database
GPG Key ID: 5B5C8895F28445F1
1 changed files with 0 additions and 11 deletions

View File

@ -49,17 +49,6 @@ in {
-- Enable lspsaga
local saga = require 'lspsaga'
saga.init_lsp_saga()
saga.setup({
symbol_in_winbar = {
enable = true,
separator = " ",
hide_keyword = true,
show_file = true,
folder_level = 2,
respect_root = false,
color_mode = true,
},
})
'';
};
}