Skip to content

Commit

Permalink
Fix lsp-signature (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
dycw authored Apr 14, 2024
1 parent 5fe4065 commit ee6a5ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[bumpversion]
current_version = 0.1.99
current_version = 0.1.100
4 changes: 2 additions & 2 deletions nvim/lua/custom/plugins/lsp_signature.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
return {
"ray-x/lsp_signature.nvim",
config = function()
require("lsp_signature").on_attach()
config = function(_, opts)
require("lsp_signature").setup(opts)
end,
}

0 comments on commit ee6a5ca

Please sign in to comment.