dots/vim/.config/nvim/lsp/pyright.lua
2025-06-14 11:41:23 +02:00

4 lines
83 B
Lua

return {
cmd = { "pyright-langserver", "--stdio" },
filetypes = { "python" }
}