2021-06-21 19:57:46 -05:00
|
|
|
require'lspconfig'.pyright.setup{
|
|
|
|
|
cmd = {DATA_PATH .. "/lspinstall/python/node_modules/.bin/pyright-langserver", "--stdio"},
|
|
|
|
|
}
|
2021-03-31 22:39:21 -04:00
|
|
|
|
2021-07-14 14:48:20 -05:00
|
|
|
-- Autoformat on save.
|
2021-12-01 21:26:29 -08:00
|
|
|
vim.cmd("autocmd BufWritePre *.py execute ':Black'")
|
2021-07-14 14:48:20 -05:00
|
|
|
|