remove title from floating windows in lspsaga

This commit is contained in:
xesc 2024-05-24 21:19:37 +02:00
parent ff684aba94
commit c87fee0ef6

View file

@ -71,7 +71,8 @@ return {
enable = false
},
ui = {
code_action = '󰌶',
code_action = '',
title = false,
border = 'rounded',
},
rename = {
@ -107,7 +108,6 @@ return {
vim.keymap.set('n', '<C-n>', "<cmd>Lspsaga term_toggle<cr>", opts)
vim.keymap.set('t', '<C-n>', "<cmd>Lspsaga term_toggle<cr>", opts)
vim.keymap.set('n', '<space>cw', '<cmd>Lspsaga rename mode=n<cr>', opts)
vim.keymap.set('n', '<space>so', '<cmd>Lspsaga outline<cr>', opts)
vim.keymap.set('n', '<space>sf', '<cmd>Lspsaga finder<cr>', opts)
vim.keymap.set('n', '<space>sci', '<cmd>Lspsaga incoming_calls<cr>', opts)