mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-05 00:41:44 +05:30
8 lines
108 B
Lua
8 lines
108 B
Lua
return {
|
|
cmd = { "pylsp" },
|
|
filetypes = { "python" },
|
|
settings = {
|
|
pylsp = {},
|
|
},
|
|
}
|