feat(nvim): Make lsp signature toggable

This commit is contained in:
Price Hiller 2022-02-26 21:31:10 -06:00
parent 31c9af6b9a
commit b2193108c6

View File

@ -170,8 +170,9 @@ return require("packer").startup({
"ray-x/lsp_signature.nvim",
config = function()
require("lsp_signature").setup({
floating_window = false,
hint_prefix = ""
hint_prefix = "",
hint_enable = false,
toggle_key = "<M-x>"
})
end,
})