From 33c593fd25cb4eeaf00023416c81ad9958c7ee75 Mon Sep 17 00:00:00 2001 From: harry123 Date: Wed, 23 Jul 2025 11:40:47 +0200 Subject: [PATCH] small fix for obsidian nvim --- config/config.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/config.nix b/config/config.nix index ba140b5..a460798 100644 --- a/config/config.nix +++ b/config/config.nix @@ -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; }; + }