some addings in computer tuto

This commit is contained in:
lenovo
2022-11-24 11:26:16 +01:00
parent 2f87384647
commit 0685bbe005
3 changed files with 64 additions and 5 deletions

View File

@@ -38,10 +38,10 @@ highlight Normal ctermbg=NONE
highlight nonText ctermbg=NONE
" show existing tab with 4 spaces width
set tabstop=4
set tabstop=2
" when indenting with '>', use 4 spaces width
set shiftwidth=4
set shiftwidth=2
" indent new line like the previous one
set autoindent