1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-17 16:02:48 +01:00
nixvim/tests/test-sources/plugins/by-name/fileline/default.nix
Guilhem Saurel 2dc09e09cc plugins/fileline: init
Co-authored-by: Gaétan Lepage <gaetan@glepage.com>
2025-11-10 15:37:47 +00:00

5 lines
57 B
Nix

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