master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 3b16b57c21 - Show all commits

View File

@@ -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',
},