4 lines
132 B
Lua
4 lines
132 B
Lua
require'lspconfig'.pyright.setup{
|
|
cmd = {DATA_PATH .. "/lspinstall/python/node_modules/.bin/pyright-langserver", "--stdio"},
|
|
}
|
|
|