mirror of
https://github.com/Tilo-K/neovim-config.git
synced 2026-07-03 13:43:02 +00:00
Added confg
This commit is contained in:
8
init.lua
8
init.lua
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user