From e90a4f3f66c6e64d187b9f0cbb67133f1a77c0f2 Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 16 Sep 2025 23:07:41 +0200 Subject: feat: move lsp configs to `lsp/` --- lua/pml68/configs/settings/pyright.lua | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 lua/pml68/configs/settings/pyright.lua (limited to 'lua/pml68/configs/settings/pyright.lua') diff --git a/lua/pml68/configs/settings/pyright.lua b/lua/pml68/configs/settings/pyright.lua deleted file mode 100644 index b7e9a2a..0000000 --- a/lua/pml68/configs/settings/pyright.lua +++ /dev/null @@ -1,14 +0,0 @@ -return { - single_file_support = true, - settings = { - python = { - analysis = { - typeCheckingMode = true, - reportUnusedImport = true, - autoSearchPaths = true, - diagnosticMode = "workspace", - useLibraryCodeForTypes = true, - }, - }, - }, -} -- cgit v1.2.3