Dot_Files/.config/nvim/after/ftplugin/md.lua

5 lines
56 B
Lua
Raw Normal View History

2022-04-07 03:40:19 -05:00
local opt = vim.opt
opt.tabstop = 2
opt.shiftwidth = 2