diff --git a/init.lua b/init.lua index 45178ff..c59e898 100644 --- a/init.lua +++ b/init.lua @@ -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