about summary refs log tree commit diff
path: root/fnl/nvrc/packs
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-06-09 08:25:28 +0900
committersefidel <contact@sefidel.net>2023-06-09 08:25:41 +0900
commit0bc9361d80fdff004c205a4fef7ca7ffb5b8929b (patch)
treec1519722a8d1bd41539cfd707eb6d367cc209710 /fnl/nvrc/packs
parentd41ad2f9781169c21a25fae33c8fb4c855d83fd5 (diff)
downloadnvimrc-0bc9361d80fdff004c205a4fef7ca7ffb5b8929b.tar.gz
nvimrc-0bc9361d80fdff004c205a4fef7ca7ffb5b8929b.zip
feat(lspconfig): add pyright
Diffstat (limited to 'fnl/nvrc/packs')
-rw-r--r--fnl/nvrc/packs/lspconfig.fnl1
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}}})