From fe0e677564995c25119beb8238234c24ef6e592c Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Sun, 1 Sep 2024 02:00:46 +0200 Subject: refactored the entire config --- vimrc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index f3b1833..3d96799 100644 --- a/vimrc +++ b/vimrc @@ -1,6 +1,7 @@ "======================================================================================================================= " GENERAL "======================================================================================================================= +set termguicolors filetype on filetype plugin on @@ -24,9 +25,10 @@ set hlsearch incsearch | " highlight pattern while entering i " set cindent cinoptions+=(0 | " indents at the level of parentheses -- if desired set expandtab | " replace tabs with spaces set textwidth=0 | " should be set file type specific, colorcolumns is there to assist anyways -set tabstop=4 -set shiftwidth=4 -set softtabstop=4 + +set tabstop=2 | " I am sorry, but 2 is simply better +set shiftwidth=2 | " . +set softtabstop=2 | " . "======================================================================================================================= " PATH -- where to search for includes (e.g. `gf` or `:find`) @@ -386,4 +388,4 @@ augroup END "======================================================================================================================= " v modeline, do not chnage v -" vim: noai:ts=2:sw=2:sts=2 iskeyword+=\:,\<,\>,\-,\& number +" vim: noai:ts=2:sw=2:sts=2 iskeyword+=\:\<,\>,\-,\& number -- cgit v1.2.3