From b5d497da359e7d5224e0462bd5b55c3d1caefd26 Mon Sep 17 00:00:00 2001 From: listout Date: Wed, 20 Jul 2022 10:15:04 +0530 Subject: nvim/configs/basic: using 4 spaces as tabs instead of 8 Signed-off-by: listout --- configs/basic.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs') diff --git a/configs/basic.vim b/configs/basic.vim index b18e2f2..cdb51e1 100644 --- a/configs/basic.vim +++ b/configs/basic.vim @@ -79,7 +79,7 @@ set nobackup nowritebackup set noswapfile " Tab settings -set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab +set tabstop=4 softtabstop=4 shiftwidth=4 noexpandtab " Correct indentation set autoindent smartindent cindent -- cgit v1.2.3