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/pyrefly.lua | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .config/nvim/lsp/pyrefly.lua (limited to '.config/nvim/lsp/pyrefly.lua') diff --git a/.config/nvim/lsp/pyrefly.lua b/.config/nvim/lsp/pyrefly.lua deleted file mode 100644 index e4758d1..0000000 --- a/.config/nvim/lsp/pyrefly.lua +++ /dev/null @@ -1,26 +0,0 @@ ----@brief ---- ---- https://pyrefly.org/ ---- ----`pyrefly`, a faster Python type checker written in Rust. --- --- `pyrefly` is still in development, so please report any errors to --- our issues page at https://github.com/facebook/pyrefly/issues. - ----@type vim.lsp.Config -return { - cmd = { 'pyrefly', 'lsp' }, - filetypes = { 'python' }, - root_markers = { - 'pyrefly.toml', - 'pyproject.toml', - 'setup.py', - 'setup.cfg', - 'requirements.txt', - 'Pipfile', - '.git', - }, - on_exit = function(code, _, _) - vim.notify('Closing Pyrefly LSP exited with code: ' .. code, vim.log.levels.INFO) - end, -} -- cgit v1.2.3