neomake is the path and the way

This commit is contained in:
Haak Saxberg 2015-12-03 09:06:43 -08:00
parent 7f49c26753
commit 972383492b
4 changed files with 8 additions and 6 deletions

View file

@ -99,7 +99,6 @@ let mapleader=","
set nobackup
set noswapfile
set pastetoggle=<F2>
set shell=/bin/sh
filetype on
filetype plugin indent on
@ -189,6 +188,9 @@ endfunction
noremap ; :
inoremap jj <Esc>
map <silent> <leader>V :source ~/.vimrc<CR>:filetype detect<CR>:exe ":echo 'vimrc reloaded'"<CR>
"terminal remaps
tnoremap <Esc> <C-\><C-n>
"nnoremap <leader>d :NERDTreeToggle<cr>
map \q :q<CR>
map \w :w<CR>