Add Python related LS stuff
This commit is contained in:
parent
96f393672a
commit
ebcbbae0d0
13
init.lua
13
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue