Files
Hyprland-gentoo/dotfiles/nvim/lua/user_template/options.lua
T
2025-02-25 20:55:43 -05:00

7 lines
68 B
Lua

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