nvimdev / lspsaga.nvim

improve neovim lsp experience
MIT License
3.42k stars 286 forks source link

Just show file name in winbar #1346

Closed uloco closed 10 months ago

uloco commented 10 months ago

Is there a way to just show the file name in the winbar without the breadcrumbs at all?

glepnir commented 10 months ago

symbol_in_winbar.folder_level = 0

uloco commented 10 months ago

@glepnir this only disables the folders. I meant to disable the other scopes as well...

glepnir commented 10 months ago

only file name ?

glepnir commented 10 months ago

disalbe lspsaga winbar then vim.opt.winbar='%f' should work

uloco commented 10 months ago

@glepnir oh I see... makes sense. thanks!