diff --git a/modules/lsp/lspsaga.nix b/modules/lsp/lspsaga.nix index 9876f82..d244594 100644 --- a/modules/lsp/lspsaga.nix +++ b/modules/lsp/lspsaga.nix @@ -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, - }, - }) ''; }; }