Enabled signature help in edit mode

This commit is contained in:
2024-09-04 22:52:18 +09:00
parent 70d45ad101
commit 3b878065b3
+4
View File
@@ -102,6 +102,10 @@ vim.api.nvim_create_autocmd("LspAttach", {
vim.keymap.set("n", "<leader>f", function()
vim.lsp.buf.format { async = true }
end, opts)
require("lsp_signature").on_attach({
},ev.buf)
end
})