.vvconfig/mackup/.config/nvim/lua/user_template/options.lua

7 lines
68 B
Lua

local options = {
-- Example
autoindent = true,
}
return options