plugins/neoclip: sqlite-lua assertion

This commit is contained in:
Austin Horstman 2024-09-14 12:26:40 -05:00
parent e3e3774177
commit b42d4588ae
No known key found for this signature in database
2 changed files with 33 additions and 8 deletions

View file

@ -8,11 +8,13 @@
# re-enable when sqlite fixed
test.runNvim = false;
plugins.neoclip = {
enable = true;
plugins = {
sqlite-lua.enable = true;
neoclip = {
enable = true;
# This triggers the addition of `pkgs.vimPlugins.sqlite-lua` to `extraPlugins`
settings.enable_persistent_history = true;
settings.enable_persistent_history = true;
};
};
};