Files
Hyprland-gentoo/dotfiles/nvim/lua/user_template/options.lua
T
2024-11-03 20:52:21 -05:00

7 lines
68 B
Lua

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