feat: changed markdown tab indent from 4 to 2
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
Event = 'VeryLazy'
|
||||
|
||||
vim.opt.tabstop = 2 -- number of visual spaces per TAB
|
||||
vim.opt.softtabstop = 2 -- number of idfk tab when editing
|
||||
vim.opt.shiftwidth = 2 -- number of spaces to insert on tab
|
||||
|
||||
vim.opt.wrap = true
|
||||
vim.opt.breakindent = true
|
||||
vim.opt.linebreak = true
|
||||
|
||||
Reference in New Issue
Block a user