mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-30 07:35:32 +02:00
tests/plugins/obsidian: suppress deprecation warning
This commit is contained in:
parent
0e2af088f1
commit
7988de00d6
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
empty = {
|
||||
plugins.obsidian = {
|
||||
enable = true;
|
||||
|
||||
# TODO 2025-07-25 explicitly disable legacy commands to suppress deprecation warning
|
||||
settings.legacy_commands = false;
|
||||
|
||||
# At least one workspaces is needed for the plugin to work
|
||||
settings.workspaces = [
|
||||
{
|
||||
|
@ -22,6 +26,9 @@
|
|||
enable = true;
|
||||
|
||||
settings = {
|
||||
# TODO 2025-07-25 explicitly disable legacy commands to suppress deprecation warning
|
||||
legacy_commands = false;
|
||||
|
||||
dir = null;
|
||||
workspaces = [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue