feat(nvim): Add md ft plugin

This commit is contained in:
Price Hiller 2022-04-07 03:40:19 -05:00
parent 8f825811c2
commit a427a5207e

View File

@ -0,0 +1,4 @@
local opt = vim.opt
opt.tabstop = 2
opt.shiftwidth = 2