diff options
author | sefidel <contact@sefidel.net> | 2023-06-09 08:25:28 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-06-09 08:25:41 +0900 |
commit | 0bc9361d80fdff004c205a4fef7ca7ffb5b8929b (patch) | |
tree | c1519722a8d1bd41539cfd707eb6d367cc209710 | |
parent | d41ad2f9781169c21a25fae33c8fb4c855d83fd5 (diff) | |
download | nvimrc-0bc9361d80fdff004c205a4fef7ca7ffb5b8929b.tar.gz nvimrc-0bc9361d80fdff004c205a4fef7ca7ffb5b8929b.zip |
feat(lspconfig): add pyright
-rw-r--r-- | fnl/nvrc/packs/lspconfig.fnl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/nvrc/packs/lspconfig.fnl b/fnl/nvrc/packs/lspconfig.fnl index b97cd7a..8a10c2f 100644 --- a/fnl/nvrc/packs/lspconfig.fnl +++ b/fnl/nvrc/packs/lspconfig.fnl @@ -33,4 +33,5 @@ (init_lsp :hls) (init_lsp :gopls) +(init_lsp :pyright) (init_lsp :ltex {:settings {:ltex {:language :en-GB}}}) |