mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-31 08:05:23 +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 = {
|
empty = {
|
||||||
plugins.obsidian = {
|
plugins.obsidian = {
|
||||||
enable = true;
|
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
|
# At least one workspaces is needed for the plugin to work
|
||||||
settings.workspaces = [
|
settings.workspaces = [
|
||||||
{
|
{
|
||||||
|
@ -22,6 +26,9 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
# TODO 2025-07-25 explicitly disable legacy commands to suppress deprecation warning
|
||||||
|
legacy_commands = false;
|
||||||
|
|
||||||
dir = null;
|
dir = null;
|
||||||
workspaces = [
|
workspaces = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue