options: set shiftwidth and softtabstop

Co-Authored-by: iGor milhit <igor@milhit.ch>
kickstart
iGor milhit 2024-03-19 15:49:46 +01:00
parent 3930bda0c1
commit d15338beb4
Signed by: igor
GPG Key ID: 692D97C3D0228A99
1 changed files with 4 additions and 1 deletions

View File

@ -231,7 +231,10 @@ vim.o.mouse = 'a'
-- See `:help 'clipboard'`
vim.o.clipboard = 'unnamedplus'
-- Enable break indent
-- Indent
vim.o.shiftwidth = 4
vim.o.softtabstop = 4
-- Enable break indent
vim.o.breakindent = true
-- Save undo history