summaryrefslogtreecommitdiff
path: root/archive/.config/nvim/lua/plugins/signature.lua
blob: 0d0a174af31ca12ac81e342a01a398eb3496030c (plain)
1
2
3
4
5
6
7
8
9
10
return {
  "ray-x/lsp_signature.nvim",
  event = "InsertEnter",
  opts = {
    bind = true,
    handler_opts = {
      border = "rounded"
    }
  },
}