From 678c603dbb172715c91187e68f43f33712a1a49f Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Thu, 28 Jan 2021 09:50:29 +0100 Subject: [PATCH] Create .vimrc_gruvbox --- .vimrc_gruvbox | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .vimrc_gruvbox diff --git a/.vimrc_gruvbox b/.vimrc_gruvbox new file mode 100644 index 0000000..781149b --- /dev/null +++ b/.vimrc_gruvbox @@ -0,0 +1,18 @@ +set mouse= +colo gruvbox + +set expandtab " enter spaces when tab is pressed +set textwidth=120 " break lines when line length increases +set tabstop=4 " use 4 spaces to represent tab +set softtabstop=4 +set shiftwidth=4 " number of spaces to use for auto indent +set autoindent " copy indent from current line when starting a new line + +" make backspaces more powerfull +set backspace=indent,eol,start + +set ruler " show line and column number +syntax on " syntax highlighting +set showcmd " show (partial) command in status line +set t_Co=256 " 256 colors +set background=dark " dark background