Skip to content

Commit

Permalink
chore: drop stale config
Browse files Browse the repository at this point in the history
The defaults for conform + lazyvim work better now.
  • Loading branch information
hjdivad committed Feb 14, 2025
1 parent d024e93 commit 12ca27d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions packages/nvim/config/lua/plugins/formatting.lua
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
---@type LazySpec[]
return {
-- see https://www.lazyvim.org/plugins/formatting
{
"stevearc/conform.nvim",
opts = {
formatters_by_ft = {
markdown = { { "prettierd", "prettier" } },
json = { "fixjson" },
lua = { "stylua" },
rust = { "rustfmt" },
kotlin = { "ktfmt" },
python = {},
},
},
},
}

0 comments on commit 12ca27d

Please sign in to comment.