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

4 lines
34 B
Nix
Raw Normal View History

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