Skip to content

Commit

Permalink
Modify conform comments to prevent deprecation warning when used (nvi…
Browse files Browse the repository at this point in the history
  • Loading branch information
igniscyan authored Jul 28, 2024
1 parent f00b286 commit 1cef232
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -653,9 +653,8 @@ require('lazy').setup({
-- Conform can also run multiple formatters sequentially
-- python = { "isort", "black" },
--
-- You can use a sub-list to tell conform to run *until* a formatter
-- is found.
-- javascript = { { "prettierd", "prettier" } },
-- You can use 'stop_after_first' to run the first available formatter from the list
-- javascript = { "prettierd", "prettier", stop_after_first = true },
},
},
},
Expand Down

0 comments on commit 1cef232

Please sign in to comment.