Skip to content
Snippets Groups Projects
Commit cefd2bee authored by Sebastian Semmler's avatar Sebastian Semmler
Browse files

Update vimrc and change leader key

parent 34c8e267
No related branches found
No related tags found
No related merge requests found
let mapleader=" "
let mapleader=","
set nocompatible
" Initialize Pathogen
......@@ -86,9 +85,12 @@ let g:ctrlp_custom_ignore = {
let g:erlangCheckFile = "~/.vim/bundle/vimerl/compiler/erlang_check_file.erl"
let g:erlangHighlightErrors = 1
" Go Settings
let g:go_fmt_command = "goimports"
" Use Ag instead of Ack
let g:ackprg = 'ag --nogroup --nocolor --column'
" Disable Swap and Backup Files
set noswapfile
set nobackup
set nobackup
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment