From cc00bbdf9ef125d0975b6b741082165a344e032f Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 1 Jan 2024 22:06:58 +0900 Subject: feat(packs/lspconfig)!: disable type checking on pyright --- fnl/nvrc/packs/lspconfig.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnl/nvrc') 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) -- cgit 1.4.1