This commit is contained in:
Timofey.Kovalev
2024-11-24 01:25:21 +03:00
parent 2515473a1e
commit 608fbb0d71
5 changed files with 27 additions and 2 deletions

View File

@ -1,11 +1,14 @@
local opt = vim.opt
local o = vim.o
local g = vim.g
local wo = vim.wo
opt.fillchars = { eob = " " }
g.mapleader = " "
wo.signcolumn = "auto:2-3"
opt.tabstop = 4
o.laststatus = 3