From 179ab96d6304cbad753b79798a6119f571a84979 Mon Sep 17 00:00:00 2001 From: mhsn Date: Thu, 22 May 2025 09:28:40 +0100 Subject: add vim.opt.nrformats --- lua/config/opt.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/config/opt.lua b/lua/config/opt.lua index 7d2f787..e370f8b 100644 --- a/lua/config/opt.lua +++ b/lua/config/opt.lua @@ -28,3 +28,6 @@ vim.opt.colorcolumn = { "80", "120" } -- show whitespace vim.opt.list = true + +-- ^A, ^X behaviour +vim.opt.nrformats = "unsigned,alpha,hex,bin" -- cgit v1.2.3