nix-config/modules/home-manager/coding/neovim/plugins/conform.nix

4 lines
42 B
Nix
Raw Normal View History

2025-06-02 02:09:06 +01:00
{
plugins.conform-nvim.enable = true;
}