tests/neoclip: disable sqlite test

This commit is contained in:
Austin Horstman 2024-09-13 09:32:58 -05:00
parent 1107a52878
commit 890cc1438e
No known key found for this signature in database

View file

@ -4,6 +4,10 @@
}; };
with-sqlite = { with-sqlite = {
# TODO: added 2024-09-13
# re-enable when sqlite fixed
test.runNvim = false;
plugins.neoclip = { plugins.neoclip = {
enable = true; enable = true;