Enabled signature help in edit mode
This commit is contained in:
@@ -102,6 +102,10 @@ vim.api.nvim_create_autocmd("LspAttach", {
|
|||||||
vim.keymap.set("n", "<leader>f", function()
|
vim.keymap.set("n", "<leader>f", function()
|
||||||
vim.lsp.buf.format { async = true }
|
vim.lsp.buf.format { async = true }
|
||||||
end, opts)
|
end, opts)
|
||||||
|
|
||||||
|
require("lsp_signature").on_attach({
|
||||||
|
|
||||||
|
},ev.buf)
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user