aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/options.lua
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2024-11-25 10:03:13 +0100
committerschererleander <leander@schererleander.de>2024-11-25 10:03:13 +0100
commit6a984c87c46330d7507e3d9cbf076a71fd551617 (patch)
tree65f57e0b21a2f298b97f545d539873964d9abec8 /nvim/lua/options.lua
parent2190e0c14b84f1712f23fb67cf4995062e56236e (diff)
update nvim
Diffstat (limited to 'nvim/lua/options.lua')
-rw-r--r--nvim/lua/options.lua2
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