Add Python related LS stuff

This commit is contained in:
Olli Vuolteenaho 2023-06-23 16:21:23 +03:00
parent 96f393672a
commit ebcbbae0d0
1 changed files with 6 additions and 7 deletions

View File

@ -578,14 +578,13 @@ local servers = {
-- tsserver = {},
-- html = { filetypes = { 'html', 'twig', 'hbs'} },
lua_ls = {
Lua = {
workspace = { checkThirdParty = false },
telemetry = { enable = false },
-- NOTE: toggle below to ignore Lua_LS's noisy `missing-fields` warnings
-- diagnostics = { disable = { 'missing-fields' } },
pylsp = {
pylsp = {
plugins = {
ruff = {enabled = true},
},
},
}
}
-- Setup neovim lua configuration