All checks were successful
/ check (push) Successful in 1m12s
Following commit 724753327
, this removes all global formatters and
linters so I can move them into project-specific flake.nix and .nvim.lua
files.
5 lines
77 B
Lua
5 lines
77 B
Lua
local conform = require "conform"
|
|
|
|
conform.setup {
|
|
formatters_by_ft = {}
|
|
}
|