aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2023-03-30 16:16:13 +0300
committerValentin Popov <valentin@popov.link>2023-03-30 16:16:13 +0300
commit3dc419e3610dc248f3fedc1e4fba3d42a97b2863 (patch)
treec6d435ef2cd231c0daf3d155b2b2410d078a213b
parent8419ce349276901b99548c8ffdcf5598ae15317c (diff)
downloadnvim-config-3dc419e3610dc248f3fedc1e4fba3d42a97b2863.tar.xz
nvim-config-3dc419e3610dc248f3fedc1e4fba3d42a97b2863.zip
Configured indent
Signed-off-by: Valentin Popov <valentin@popov.link>
-rw-r--r--init.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/init.vim b/init.vim
index be63bc5..bae78f9 100644
--- a/init.vim
+++ b/init.vim
@@ -16,3 +16,9 @@ autocmd BufWritePre * :%s/\s\+$//e
" Enable line number display
set number
set relativenumber
+
+" Setting up indents
+set autoindent
+set expandtab
+set tabstop=4
+set shiftwidth=4