Create .vimrc_gruvbox

This commit is contained in:
Michael Clemens 2021-01-28 09:50:29 +01:00 committed by GitHub
parent c70e0d46bd
commit 678c603dbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

18
.vimrc_gruvbox Normal file
View File

@ -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