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; }; + }