Dot_Files/.config/nvim/after/ftplugin/md.lua
2022-04-07 03:40:19 -05:00

5 lines
56 B
Lua

local opt = vim.opt
opt.tabstop = 2
opt.shiftwidth = 2