1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-13 14:02:46 +01:00
nixvim/tests/test-sources/plugins/by-name/contextfiles/default.nix
2025-08-23 04:48:03 +00:00

5 lines
61 B
Nix

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