Skip to content

Commit

Permalink
[desktop] neovim: add python formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
billy4479 committed Feb 6, 2025
1 parent 2f874c5 commit 512ef5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions user/modules/applications/editor/nvim/plugins/format.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
c = { "clang-format" },
cpp = { "clang-format" },
-- zig = { "zigfmt" },
python = { "ruff_fix", "ruff_organize_imports", "ruff_format" },
},
formatters = { injected = { options = { ignore_errors = false } } },
Expand Down

0 comments on commit 512ef5d

Please sign in to comment.