nix-community.nixvim/tests/test-sources/plugins/by-name/sqlite-lua/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
59 B
Nix
Raw Normal View History

2024-09-14 14:57:38 -05:00
{
empty = {
plugins.sqlite-lua.enable = true;
};
}