nix-community.nixvim/tests/test-sources/plugins/by-name/contextfiles/default.nix
C4 Patino 91f51aede7
Some checks failed
Publish every Git push to main to FlakeHub / flakehub-publish (push) Has been cancelled
Publish every git push to Flakestry / publish-flake (push) Has been cancelled
Documentation / Version info (push) Has been cancelled
Documentation / Build (push) Has been cancelled
Documentation / Combine builds (push) Has been cancelled
Documentation / Deploy (push) Has been cancelled
plugins/contextfiles: init
2025-08-23 04:48:03 +00:00

5 lines
61 B
Nix

{
empty = {
plugins.contextfiles.enable = true;
};
}