1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-15 06:52:48 +01:00
nixvim/tests/test-sources/plugins/by-name/vim-colemak/default.nix
2024-11-24 19:57:29 +00:00

5 lines
60 B
Nix

{
empty = {
plugins.vim-colemak.enable = true;
};
}