From abf932d721142a35e01a57ab9187ca35896cb237 Mon Sep 17 00:00:00 2001 From: awy Date: Sat, 18 Oct 2025 00:10:58 +0300 Subject: revert --- .config/nvim/lsp/pyre.lua | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .config/nvim/lsp/pyre.lua (limited to '.config/nvim/lsp/pyre.lua') diff --git a/.config/nvim/lsp/pyre.lua b/.config/nvim/lsp/pyre.lua deleted file mode 100644 index a25c8e1..0000000 --- a/.config/nvim/lsp/pyre.lua +++ /dev/null @@ -1,17 +0,0 @@ ----@brief ---- ---- https://pyre-check.org/ ---- ---- `pyre` a static type checker for Python 3. ---- ---- `pyre` offers an extremely limited featureset. It currently only supports diagnostics, ---- which are triggered on save. ---- ---- Do not report issues for missing features in `pyre` to `lspconfig`. - ----@type vim.lsp.Config -return { - cmd = { 'pyre', 'persistent' }, - filetypes = { 'python' }, - root_markers = { '.pyre_configuration' }, -} -- cgit v1.2.3