mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-13 02:44:43 +02:00
4 lines
103 B
Lua
4 lines
103 B
Lua
-- npm i -g pyright
|
|
require'lspconfig'.pyright.setup{
|
|
on_attach = require'lsp'.common_on_attach,
|
|
}
|