NixOS/home/config/nvim/lua/plugins/conform.lua

10 lines
161 B
Lua
Raw Normal View History

2024-06-12 09:54:11 +07:00
return {
"conform.nvim",
opts = {
formatters_by_ft = {
nix = { "nixpkgs_fmt" },
templ = { "templ" },
},
},
}