X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=vim%2F.vimrc;h=651d55318b4f9aa98a1b452114b3484f4f455ae9;hb=b93d71335f47520c53b07352dbc8b6e4a8b57f36;hp=cbdb9ce51dd58ff66b183b6a1e100d75b1b08ffa;hpb=2e914ea5e3e0523ea825b50904d5dfc3a9af419b;p=max%2Fdotfiles.git diff --git a/vim/.vimrc b/vim/.vimrc index cbdb9ce..651d553 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -10,7 +10,7 @@ call vundle#begin() " alternatively, pass a path where Vundle should install plugins " call vundle#begin('~/some/path/here') Plugin 'gmarik/Vundle.vim' -Plugin 'jelera/vim-javascript-syntax' +Plugin 'jelera/vim-javascript-syntax' Plugin 'noahfrederick/vim-noctu' Plugin 'pangloss/vim-javascript' Plugin 'Yggdroot/indentLine' @@ -103,7 +103,7 @@ set colorcolumn=80 " Octave Syntax " augroup filetypedetect " au! BufRead,BufNewFile *.m,*.oct set filetype=octave -" augroup END +" augroup END " vimux map C :VimuxPromptCommand @@ -116,3 +116,6 @@ set foldmethod=syntax " Better saving behaviour for go let g:go_fmt_experimental = 1 + +" Show whitespace +set list listchars=trail:•,extends:>,precedes:<,nbsp:␣,eol:↲,tab:→\,