feat(nvim): add python lsp support

main
mandlm 2022-11-30 15:46:29 +01:00
parent 6ccb343811
commit 0fb3de3438
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 10 additions and 0 deletions

View File

@ -56,6 +56,16 @@ capabilities = require("cmp_nvim_lsp").update_capabilities(capabilities)
local servers = {
["bashls"] = {},
["dockerls"] = {},
["pylsp"] = {
pylsp = {
plugins = {
pycodestyle = {
maxLineLength = 120
}
}
}
},
["pyright"] = {},
["rnix"] = {},
["terraformls"] = {},
["tflint"] = {},