vim: use 2 spaces for indentation in Markdown files

This commit is contained in:
Fernando Schauenburg 2022-10-07 12:08:45 +02:00
parent 9a83027d39
commit f41a8a426e

View file

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