nvim/after/ftplugin/yaml.lua
2023-10-28 00:00:00 +07:00

7 lines
120 B
Lua

local o = vim.opt_local
o.autoindent = true
o.expandtab = true
o.softtabstop = 2
o.tabstop = 2
o.indentkeys:remove(':')