Recover linting info. Small tweaks

This commit is contained in:
Juan Magalhães 2023-08-16 16:29:24 -03:00
parent 219d254ea5
commit 4287dfe370
6 changed files with 35 additions and 30 deletions

View file

@ -67,11 +67,6 @@ end
require('lspconfig').tsserver.setup {
on_attach = tsserver_on_attach,
capabilities = capabilities,
init_options = {
preferences = {
disableSuggestions = true
}
},
commands = {
OrganizeImports = {
organize_imports,