From 6a984c87c46330d7507e3d9cbf076a71fd551617 Mon Sep 17 00:00:00 2001 From: schererleander Date: Mon, 25 Nov 2024 10:03:13 +0100 Subject: update nvim --- nvim/lua/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nvim/lua/options.lua') diff --git a/nvim/lua/options.lua b/nvim/lua/options.lua index 0530063..891668f 100644 --- a/nvim/lua/options.lua +++ b/nvim/lua/options.lua @@ -2,7 +2,7 @@ local options = { list = false, backup = false, -- creates a backup file clipboard = "unnamedplus", -- allows neovim to access the system clipboard - conceallevel = 0, -- so that `` is visible in markdown files + conceallevel = 2, -- so that `` is visible in markdown files fileencoding = "utf-8", -- the encoding written to a file hidden = true, -- required to keep multiple buffers and open multiple buffers hlsearch = true, -- highlight all matches on previous search pattern -- cgit v1.3.1