mirror of
https://github.com/gyoder/dots.git
synced 2026-02-27 17:03:45 +00:00
4 lines
83 B
Lua
4 lines
83 B
Lua
return {
|
|
cmd = { "pyright-langserver", "--stdio" },
|
|
filetypes = { "python" }
|
|
}
|