LunarVim/lua/lsp/python-ls.lua

4 lines
103 B
Lua

-- npm i -g pyright
require'lspconfig'.pyright.setup{
on_attach = require'lsp'.common_on_attach,
}