python-ls.lua 103 B

1234
  1. -- npm i -g pyright
  2. require'lspconfig'.pyright.setup{
  3. on_attach = require'lsp'.common_on_attach,
  4. }