Dot_Files/.config/nvim/after/ftplugin/yaml.lua
Price Hiller 583ad11568 stuff
2022-05-15 22:29:18 -05:00

6 lines
74 B
Lua

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