nvim: only show lsp lightbulb as sign
This commit is contained in:
parent
6b84758a6c
commit
8e7a85b21a
1 changed files with 7 additions and 0 deletions
|
@ -192,6 +192,13 @@ require("lspsaga").setup({
|
||||||
symbol_in_winbar = {
|
symbol_in_winbar = {
|
||||||
enable = false,
|
enable = false,
|
||||||
},
|
},
|
||||||
|
lightbulb = {
|
||||||
|
enable = true,
|
||||||
|
enable_in_insert = true,
|
||||||
|
sign = true,
|
||||||
|
sign_priority = 40,
|
||||||
|
virtual_text = false,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
local lspconfig = require("lspconfig")
|
local lspconfig = require("lspconfig")
|
||||||
|
|
Loading…
Reference in a new issue