vim: enable conceal for markdown files

This commit is contained in:
Fernando Schauenburg 2024-02-15 22:14:02 +01:00
parent 427baf06d1
commit 6724d45051

View file

@ -1,4 +1,5 @@
vim.bo.tabstop = 2
vim.wo.conceallevel = 2
vim.opt.formatoptions:append('t') -- wrap text on 'textwidth'
vim.opt.spell = true -- turn on spell checking