first commit

This commit is contained in:
timofey.kovalev
2024-11-18 16:24:04 +03:00
parent 6f97961493
commit de76d823e7
10 changed files with 102 additions and 0 deletions

16
lua/config/options.lua Normal file
View File

@ -0,0 +1,16 @@
local opt = vim.opt
local o = vim.o
local g = vim.g
g.mapleader = " "
o.laststatus = 2
o.showmode = false
o.clipboard = "unnamedplus"
o.cursorline = true
o.cursorlineopt = "number"
o.number = true
o.numberwidth = 2
o.ruler = false