all repos

init.lua @ 374cad4e26c8a0586445ec7bcc0f99b331445572

my nvim config
1 files changed, 2 insertions(+), 2 deletions(-)
feat(options): bring numbers back
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-12-04 22:32:15 +0200
Parent: 51f9814
M lua/core/options.lua

@@ -19,8 +19,8 @@ vim.g.editorconfig = true

vim.o.spell = true vim.o.ignorecase = true vim.o.smartcase = true -vim.o.number = false -vim.o.relativenumber = false +vim.o.number = true +vim.o.relativenumber = true vim.o.termguicolors = true vim.o.mousemodel = "extend" vim.o.completeopt = "menuone,noselect"