This commit is contained in:
Timofey.Kovalev
2024-11-23 16:08:10 +03:00
parent 9b6cac6a82
commit d69725c9b2
5 changed files with 12 additions and 1 deletions

View File

@ -2,6 +2,8 @@ local opt = vim.opt
local o = vim.o
local g = vim.g
opt.fillchars = { eob = " " }
g.mapleader = " "
opt.tabstop = 4