Hyprland-dotfiles/nvim/lua/user_template/options.lua
2024-07-21 02:51:17 -04:00

7 lines
68 B
Lua

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