nvim/lua/lsp/python-ls.lua

5 lines
132 B
Lua
Raw Normal View History

require'lspconfig'.pyright.setup{
cmd = {DATA_PATH .. "/lspinstall/python/node_modules/.bin/pyright-langserver", "--stdio"},
}