smaller shift neovim

This commit is contained in:
Ivan Dimitrov 2023-10-13 13:32:58 +03:00
parent 68f4fc0b32
commit 83cd156aad

View File

@ -4,7 +4,7 @@ vim.o.hlsearch = false
vim.o.updatetime = 20
vim.o.autoread = true
vim.o.tabstop = 4
vim.o.shiftwidth = 4
vim.o.shiftwidth = 2
vim.o.expandtab = true
vim.g.mapleader = " "