1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-22 00:41:14 +01:00

plugins/sqlite-lua: init

This commit is contained in:
Austin Horstman 2024-09-14 14:57:38 -05:00
parent 908721cdbd
commit 2d5949f65c
No known key found for this signature in database
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
empty = {
plugins.sqlite-lua.enable = true;
};
}