diff options
| author | 2025-04-02 13:55:07 +0200 | |
|---|---|---|
| committer | 2025-04-02 13:55:07 +0200 | |
| commit | d2f4d5dec7eededffc956fe6745139d98d695509 (patch) | |
| tree | acd79555cdd16ae02794ce8b36bd0f153ee9d6b9 /dot_config/nvim/lsp/ruff.fnl | |
| parent | nvim/conjure: move fennel support to nfnl (diff) | |
nvim: upgrade configs for v0.11
Bunch of stuff bundled with it.
`lsp/` subject to changes.
Diffstat (limited to 'dot_config/nvim/lsp/ruff.fnl')
| -rw-r--r-- | dot_config/nvim/lsp/ruff.fnl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dot_config/nvim/lsp/ruff.fnl b/dot_config/nvim/lsp/ruff.fnl new file mode 100644 index 0000000..1de206a --- /dev/null +++ b/dot_config/nvim/lsp/ruff.fnl @@ -0,0 +1,6 @@ +{:cmd [:ruff :server :--preview] + :filetypes [:python] + :root_markers [:pyproject.toml + :setup.cfg :setup.py + :pyrightconfig.json + :requirements.txt]} |
