From 1df9523c69d35af9c32c5399870d81f7a1a59143 Mon Sep 17 00:00:00 2001 From: finn Date: Mon, 27 Apr 2026 21:14:41 -0700 Subject: [PATCH] never liked rel nums and they are awful for eink --- lua/config/options.lua | 3 +++ lua/plugins/my_ui_tweaks.lua | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lua/config/options.lua b/lua/config/options.lua index 3ea1454..1fca281 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -1,3 +1,6 @@ -- Options are automatically loaded before lazy.nvim startup -- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua -- Add any additional options here +-- +vim.opt.relativenumber = false +vim.opt.number = true diff --git a/lua/plugins/my_ui_tweaks.lua b/lua/plugins/my_ui_tweaks.lua index f74f736..d8d1048 100644 --- a/lua/plugins/my_ui_tweaks.lua +++ b/lua/plugins/my_ui_tweaks.lua @@ -23,7 +23,8 @@ return { -- Override default colorscheme { "LazyVim/LazyVim", opts = { - colorscheme = "inkbones", + -- colorscheme = "catppuccin", + colorscheme = "default", } }, -- Flash nvim labels