From 2b06cae4daae65f5e6dc26b5a236ef2153da2001 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sun, 5 Feb 2023 16:28:00 +0300 Subject: [PATCH] dev: remove symbol_in_winbar setup from lspsaga --- modules/lsp/lspsaga.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/modules/lsp/lspsaga.nix b/modules/lsp/lspsaga.nix index 9876f82a..d2445942 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, - }, - }) ''; }; }