fixed deprecated message for aerial

This commit is contained in:
Oliver Hartmann 2022-11-19 10:52:14 +01:00
parent 9c86c2a32e
commit 51eab5c6ea

View File

@ -114,7 +114,6 @@ local on_attach = function(client, bufnr)
}, },
hi_parameter = 'IncSearch', hi_parameter = 'IncSearch',
}, bufnr) }, bufnr)
require("aerial").on_attach(client, bufnr)
end end
require('lspconfig')['pyright'].setup { require('lspconfig')['pyright'].setup {