diff options
Diffstat (limited to 'nvim/lua/options.lua')
| -rw-r--r-- | nvim/lua/options.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
