Fix LSP Saga Flickering
This commit is contained in:
parent
d594d6f447
commit
1c7e44a338
1 changed files with 8 additions and 1 deletions
|
@ -86,7 +86,14 @@ return {
|
|||
'nvim-tree/nvim-web-devicons',
|
||||
},
|
||||
config = function()
|
||||
require('lspsaga').setup({})
|
||||
require('lspsaga').setup({
|
||||
symbol_in_winbar = {
|
||||
enable = false
|
||||
},
|
||||
lightbulb = {
|
||||
enable = false
|
||||
}
|
||||
})
|
||||
|
||||
-- Keybinding --
|
||||
vim.keymap.set(
|
||||
|
|
Loading…
Reference in a new issue