diff options
| author | schererleander <leander@schererleander.de> | 2024-11-25 10:03:13 +0100 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2024-11-25 10:03:13 +0100 |
| commit | 6a984c87c46330d7507e3d9cbf076a71fd551617 (patch) | |
| tree | 65f57e0b21a2f298b97f545d539873964d9abec8 /nvim/lua/options.lua | |
| parent | 2190e0c14b84f1712f23fb67cf4995062e56236e (diff) | |
update nvim
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 |
