From ebcbbae0d06aec5b492a498ad1c43e4ecc6882c7 Mon Sep 17 00:00:00 2001 From: Olli Vuolteenaho Date: Fri, 23 Jun 2023 16:21:23 +0300 Subject: [PATCH] Add Python related LS stuff --- init.lua | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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