Dot_Files/.config/nvim/after/ftplugin/yaml.lua
Price Hiller c68012155d .
2022-05-21 23:56:54 -05:00

6 lines
112 B
Lua

local opt_local = vim.opt_local
opt_local.tabstop = 2
opt_local.shiftwidth = 2
opt_local.foldmethod = 'indent'