This commit is contained in:
2022-07-28 18:11:27 +02:00
parent 57f32cb47a
commit cc3e659086
6 changed files with 71 additions and 26 deletions

View File

@@ -33,15 +33,6 @@ vim.lsp.handlers["textDocument/publishDiagnostics"] = vim.lsp.with(
}
)
local saga = require 'lspsaga'
saga.init_lsp_saga({
-- symbols in winbar
symbol_in_winbar = true,
winbar_file_format = function()
return vim.fn.expand("%=%m %f")
end,
})
-- symbols for autocomplete
vim.lsp.protocol.CompletionItemKind = {
"  (Text) ",