small fix for obsidian nvim

This commit is contained in:
chloe 2025-07-23 11:40:47 +02:00
parent f8ba8fb8ee
commit 33c593fd25

View file

@ -17,6 +17,7 @@
softtabstop = 0;
expandtab = true;
smarttab = true;
conceallevel = 2;
};
clipboard.register = "unnamedplus";
@ -54,4 +55,5 @@
tree-sitter.enable = true;
ripgrep.enable = true;
};
}