pojokcodeid.nvim-lazy/lua/pcode/plugins/lspsignature.lua

14 lines
279 B
Lua
Raw Normal View History

2025-07-19 19:59:14 +07:00
return {
"ray-x/lsp_signature.nvim",
event = "InsertEnter",
opts = {
bind = true,
handler_opts = {
border = "rounded",
},
2025-07-20 21:37:45 +07:00
hint_prefix = "󰍩 ",
2025-07-19 19:59:14 +07:00
},
-- or use config
-- config = function(_, opts) require'lsp_signature'.setup({you options}) end
}