1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00
nixvim/tests/test-sources/plugins/by-name/vim-dadbod-ui/default.nix
2024-11-15 09:05:53 +00:00

5 lines
62 B
Nix

{
empty = {
plugins.vim-dadbod-ui.enable = true;
};
}