commit 59a45d987048b57e2797e40c37fcd016faa8416b parent c9a477c6fb2db9c0d1a3604c712cb27051c7f3e2 Author: awy <awy@awy.one> Date: Sun, 30 Mar 2025 17:00:15 +0300 rel number Diffstat:
M | lua/chadrc.lua | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/lua/chadrc.lua b/lua/chadrc.lua @@ -2,6 +2,8 @@ -- https://github.com/NvChad/ui/blob/v3.0/lua/nvconfig.lua -- Please read that file to know all available options :( +vim.wo.relativenumber = true + ---@type ChadrcConfig local M = {}