Cleans up parsers and linters

This commit is contained in:
normanras
2023-01-24 17:12:53 +00:00
parent b1d2ac048e
commit 977370f402
9 changed files with 15 additions and 248 deletions

View File

@ -127,7 +127,7 @@ end
-- Use a loop to conveniently call 'setup' on multiple servers and
-- map buffer local keybindings when the language server attaches.
-- Add your language server below:
local servers = { 'bashls', 'pyright', 'clangd', 'html', 'cssls', 'tsserver', 'jedi-language-server' }
local servers = { 'bashls', 'pyright', 'yamlls', 'sumneko_lua' }
-- Call setup
for _, lsp in ipairs(servers) do