Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
fix(lspsaga): disable winbar
Browse files Browse the repository at this point in the history
  • Loading branch information
nexxeln committed Oct 2, 2022
1 parent 0fa7977 commit eb463d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugin/lspsaga.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ end

saga.init_lsp_saga({
border_style = "rounded",
symbol_in_winbar = {
enable = false,
},
})

-- Lsp finder find the symbol definition implement reference
Expand Down

0 comments on commit eb463d1

Please sign in to comment.