summaryrefslogtreecommitdiff
path: root/dot_config/nvim/lsp/ruff.fnl
blob: 1de206a65ae38bba0d165bc866d65572ea04111d (plain) (blame)
1
2
3
4
5
6
{:cmd [:ruff :server :--preview]
 :filetypes [:python]
 :root_markers [:pyproject.toml
                :setup.cfg :setup.py
                :pyrightconfig.json
                :requirements.txt]}