Dot_Files/.config/nvim/after/ftplugin/markdown.lua
2022-04-07 09:36:08 -05:00

6 lines
74 B
Lua

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