Skip to content

Commit

Permalink
[neovim] Format Python files
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Apr 10, 2024
1 parent f244a53 commit f5adc2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home/neovim/plugins/conform/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ conform.setup({
},
formatters_by_ft = {
lua = { "stylua" },
python = { "black" },
},
})

Expand Down

0 comments on commit f5adc2e

Please sign in to comment.