vim: enable conceal for markdown files
This commit is contained in:
parent
427baf06d1
commit
6724d45051
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
vim.bo.tabstop = 2
|
vim.bo.tabstop = 2
|
||||||
|
vim.wo.conceallevel = 2
|
||||||
vim.opt.formatoptions:append('t') -- wrap text on 'textwidth'
|
vim.opt.formatoptions:append('t') -- wrap text on 'textwidth'
|
||||||
vim.opt.spell = true -- turn on spell checking
|
vim.opt.spell = true -- turn on spell checking
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue