Skip to content

Commit

Permalink
feat(comform): Add taplo for toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tetzng committed May 19, 2024
1 parent b9681d6 commit 1967c80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .config/nvim/lua/plugins/conform.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ local M = {
fish = { "fish_indent" },
markdown = { "markdown-toc" },
ruby = { "rubocop" },
toml = { "taplo" },
},
format_on_save = {
timeout_ms = 3000,
Expand Down

0 comments on commit 1967c80

Please sign in to comment.