1
0
Fork 0
- Add php lang
- Add lazygit conf
- Reconf icons
- Try fix
This commit is contained in:
Florian RICHER 2021-06-28 14:18:14 +02:00
parent 693ff850d5
commit a649e15e92
7 changed files with 27 additions and 1 deletions

View file

@ -14,7 +14,7 @@ local function init()
opt.shiftwidth = 2 -- Size of an indent
opt.sidescrolloff = 8 -- Columns of context
opt.smartcase = true -- Do not ignore case with capitals
opt.smartindent = true -- Insert indents automatically
opt.autoindent = true -- Insert indents automatically
opt.splitbelow = true -- Put new windows below current
opt.splitright = true -- Put new windows right of current
opt.tabstop = 2 -- Number of spaces tabs count for