mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 14:45:58 +01:00
dev: first attempt at winbar symbols
This commit is contained in:
parent
9772bb57c2
commit
f5f02cbb92
1 changed files with 11 additions and 0 deletions
|
@ -49,6 +49,17 @@ in {
|
||||||
-- Enable lspsaga
|
-- Enable lspsaga
|
||||||
local saga = require 'lspsaga'
|
local saga = require 'lspsaga'
|
||||||
saga.init_lsp_saga()
|
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,
|
||||||
|
},
|
||||||
|
})
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue