Skip to content

Instantly share code, notes, and snippets.

@almoce
Last active October 28, 2020 09:18
Show Gist options
  • Save almoce/ec09409573511b8947ea16ddf06a3a78 to your computer and use it in GitHub Desktop.
Save almoce/ec09409573511b8947ea16ddf06a3a78 to your computer and use it in GitHub Desktop.
Vim Configuration
syntax on
set t_Co=256
set background=dark
set number
"set cursorline
set wrap
set linebreak
set breakindent
set showbreak=..
" set spell spelllang=en_us
set showmode
set showcmd
" set mouse=a
set autoindent
set tabstop=2
set shiftwidth=4
set expandtab
set softtabstop=2
filetype indent on
set undofile
set history=1000
set autoread
set wildmenu
set incsearch
"set hlsearch
set undodir=~/.vim/undo//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment