feat: changed markdown tab indent from 4 to 2

This commit is contained in:
Kyren223
2024-09-18 13:18:59 +03:00
parent a3583c5caf
commit e0334d2271

View File

@@ -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