diff options
-rw-r--r-- | lua/config/opt.lua | 3 |
1 files changed, 3 insertions, 0 deletions
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" |