Disable code action prompt autocommand
This commit is contained in:
parent
b26641c917
commit
04606f2ee9
@ -6,6 +6,7 @@ function M.config()
|
||||
return
|
||||
end
|
||||
|
||||
-- Highlight under current selection
|
||||
local function lsp_highlight_document(client)
|
||||
if client.resolved_capabilities.document_highlight then
|
||||
vim.api.nvim_exec(
|
||||
|
@ -18,14 +18,14 @@ function M.config()
|
||||
-- Code actions
|
||||
code_action_icon = " ",
|
||||
code_action_prompt = {
|
||||
enable = true,
|
||||
sign = false, -- this thing is ultra annoying
|
||||
sign_priority = 40,
|
||||
virtual_text = false,
|
||||
enable = false,
|
||||
--sign = false, -- this thing is ultra annoying
|
||||
--sign_priority = 40,
|
||||
--virtual_text = false,
|
||||
},
|
||||
finder_definition_icon = " ",
|
||||
finder_reference_icon = " ",
|
||||
max_preview_lines = 10,
|
||||
max_preview_lines = 40,
|
||||
finder_action_keys = {
|
||||
open = "o",
|
||||
vsplit = "s",
|
||||
|
Loading…
Reference in New Issue
Block a user