never liked rel nums and they are awful for eink
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -23,7 +23,8 @@ return {
|
||||
|
||||
-- Override default colorscheme
|
||||
{ "LazyVim/LazyVim", opts = {
|
||||
colorscheme = "inkbones",
|
||||
-- colorscheme = "catppuccin",
|
||||
colorscheme = "default",
|
||||
} },
|
||||
|
||||
-- Flash nvim labels
|
||||
|
||||
Reference in New Issue
Block a user