mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-09 03:56:05 +01:00
tests/neoclip: disable sqlite test
This commit is contained in:
parent
1107a52878
commit
890cc1438e
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue