Skip to content

Commit

Permalink
Set conceallevel epwalsh/obsidian.nvim#286
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Laitoch authored and laitoch committed Jan 15, 2024
1 parent 6b38d98 commit da73715
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/config/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ vim.opt.timeoutlen = 300
vim.opt.updatetime = 200
vim.opt.wildmode = "longest:full,full"
vim.opt.winminwidth = 5
vim.opt.conceallevel = 2

vim.opt.undodir = os.getenv("HOME") .. "/.nvim/undodir"
vim.opt.undofile = true
Expand Down

0 comments on commit da73715

Please sign in to comment.