1 files changed,
1 insertions(+),
0 deletions(-)
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"