vim: use 2 spaces for indentation in Markdown files
This commit is contained in:
parent
9a83027d39
commit
f41a8a426e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue