mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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 = {
|
empty = {
|
||||||
plugins.obsidian.enable = true;
|
# TODO fix the plugin tests
|
||||||
|
plugins.obsidian.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
example = {
|
example = {
|
||||||
|
@ -8,7 +9,7 @@
|
||||||
nvim-cmp.enable = true;
|
nvim-cmp.enable = true;
|
||||||
|
|
||||||
obsidian = {
|
obsidian = {
|
||||||
enable = true;
|
enable = false;
|
||||||
|
|
||||||
dir = null;
|
dir = null;
|
||||||
workspaces = [
|
workspaces = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue