From f5f02cbb92d7db85fa6ecc264053350b3020311d Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sun, 5 Feb 2023 16:15:43 +0300 Subject: [PATCH] dev: first attempt at winbar symbols --- modules/lsp/lspsaga.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/modules/lsp/lspsaga.nix b/modules/lsp/lspsaga.nix index d244594..9876f82 100644 --- a/modules/lsp/lspsaga.nix +++ b/modules/lsp/lspsaga.nix @@ -49,6 +49,17 @@ 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, + }, + }) ''; }; }