Added confg

This commit is contained in:
2023-06-15 21:00:16 +02:00
parent 5a78c6e1a6
commit 9c664d0c99

View File

@@ -571,3 +571,11 @@ vim.api.nvim_set_keymap(
"<Esc><cmd>lua require('telescope').extensions.refactoring.refactors()<CR>",
{ noremap = true }
)
local cfg = {
bind = true, -- This is mandatory, otherwise border config won't get registered.
handler_opts = {
border = "rounded"
}
} -- add your config here
require "lsp_signature".setup(cfg)