Skip to content

Commit

Permalink
Stop using lsp_signature
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanforbes committed May 1, 2024
1 parent 9a47b65 commit b752902
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions config/nvim/lua/user/plugins/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -281,13 +281,6 @@ local function on_attach(client, buffer)

buffer = buffer or 0

require('lsp_signature').on_attach({
bind = true,
handler_opts = {
border = 'rounded',
},
}, buffer)

if client.server_capabilities.documentSymbolProvider then
require('nvim-navic').attach(client, buffer)
end
Expand Down

0 comments on commit b752902

Please sign in to comment.