mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
tests/obsidian: disable as broken
This commit is contained in:
parent
08f3289d34
commit
f11eb4b2ac
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.obsidian.enable = true;
|
||||
# TODO fix the plugin tests
|
||||
plugins.obsidian.enable = false;
|
||||
};
|
||||
|
||||
example = {
|
||||
|
@ -8,7 +9,7 @@
|
|||
nvim-cmp.enable = true;
|
||||
|
||||
obsidian = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
|
||||
dir = null;
|
||||
workspaces = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue