all repos

init.lua @ 7765ec7d1123e535f1b59f915f033081773f9b56

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
feat(options): enable relativenumbers
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-11-07 19:06:25 +0200
Parent: 73e0d21
M lua/core/options.lua

@@ -14,6 +14,7 @@

vim.o.ignorecase = true vim.o.smartcase = true vim.o.number = true +vim.o.relativenumber = true vim.o.termguicolors = true vim.o.completeopt = "menuone,noselect" vim.o.clipboard = "unnamedplus"