remove title from floating windows in lspsaga
This commit is contained in:
parent
ff684aba94
commit
c87fee0ef6
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,8 @@ return {
|
||||||
enable = false
|
enable = false
|
||||||
},
|
},
|
||||||
ui = {
|
ui = {
|
||||||
code_action = '',
|
code_action = '',
|
||||||
|
title = false,
|
||||||
border = 'rounded',
|
border = 'rounded',
|
||||||
},
|
},
|
||||||
rename = {
|
rename = {
|
||||||
|
@ -107,7 +108,6 @@ return {
|
||||||
|
|
||||||
vim.keymap.set('n', '<C-n>', "<cmd>Lspsaga term_toggle<cr>", opts)
|
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('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>so', '<cmd>Lspsaga outline<cr>', opts)
|
||||||
vim.keymap.set('n', '<space>sf', '<cmd>Lspsaga finder<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)
|
vim.keymap.set('n', '<space>sci', '<cmd>Lspsaga incoming_calls<cr>', opts)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue