nix-config/modules/home-manager/coding/neovim/config/plugin/conform.lua
Oliver Davies 6e4c690e5d
All checks were successful
/ check (push) Successful in 1m12s
Remove global formatters and linters
Following commit 724753327, this removes all global formatters and
linters so I can move them into project-specific flake.nix and .nvim.lua
files.
2025-05-22 08:38:49 +01:00

5 lines
77 B
Lua

local conform = require "conform"
conform.setup {
formatters_by_ft = {}
}