about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-01-01 22:06:58 +0900
committersefidel <contact@sefidel.net>2024-01-01 22:06:58 +0900
commitcc00bbdf9ef125d0975b6b741082165a344e032f (patch)
tree687cc6be902f26333117e397b95cc99256a16947
parente116ab08f60ed409529c5266811ecb9505164271 (diff)
downloadnvimrc-cc00bbdf9ef125d0975b6b741082165a344e032f.tar.gz
nvimrc-cc00bbdf9ef125d0975b6b741082165a344e032f.zip
feat(packs/lspconfig)!: disable type checking on pyright
-rw-r--r--fnl/nvrc/packs/lspconfig.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/packs/lspconfig.fnl b/fnl/nvrc/packs/lspconfig.fnl
index 55d0bd0..06bc594 100644
--- a/fnl/nvrc/packs/lspconfig.fnl
+++ b/fnl/nvrc/packs/lspconfig.fnl
@@ -28,7 +28,7 @@
 ;; rust-analyzer is managed via rust-tools.nvim
 (init_lsp :hls)
 (init_lsp :gopls)
-(init_lsp :pyright)
+(init_lsp :pyright {:settings {:python {:analysis {:typeCheckingMode :off}}}})
 (init_lsp :clangd)
 (init_lsp :ltex {:settings {:ltex {:language :en-GB}}})
 (init_lsp :nil_ls)