removed lsp signature
This commit is contained in:
parent
0792b8274b
commit
3b16b57c21
@ -95,13 +95,6 @@ local on_attach = function(client, bufnr)
|
||||
})
|
||||
end
|
||||
|
||||
require('lsp_signature').on_attach({
|
||||
bind = true, -- This is mandatory, otherwise border config won't get registered.
|
||||
handler_opts = {
|
||||
border = 'single',
|
||||
},
|
||||
hi_parameter = 'IncSearch',
|
||||
}, bufnr)
|
||||
end
|
||||
|
||||
return {
|
||||
@ -111,7 +104,6 @@ return {
|
||||
'williamboman/mason-lspconfig.nvim',
|
||||
'p00f/clangd_extensions.nvim',
|
||||
'jose-elias-alvarez/null-ls.nvim',
|
||||
'ray-x/lsp_signature.nvim',
|
||||
{
|
||||
'folke/neodev.nvim',
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user