summaryrefslogtreecommitdiff
path: root/dot_config/nvim/lsp/ruff.lua
blob: 9e6640d6c444884024a8e1c11c9577eced998f3a (plain) (blame)
1
2
-- [nfnl] Compiled from lsp/ruff.fnl by https://github.com/Olical/nfnl, do not edit.
return {cmd = {"ruff", "server", "--preview"}, filetypes = {"python"}, root_markers = {"pyproject.toml", "setup.cfg", "setup.py", "pyrightconfig.json", "requirements.txt"}}