nix-community.nixvim/tests/test-sources/plugins/by-name/vim-colemak/default.nix

6 lines
60 B
Nix
Raw Normal View History

2024-11-21 15:58:15 -08:00
{
empty = {
plugins.vim-colemak.enable = true;
};
}