Updates local machine settings
This commit is contained in:
parent
337ba2e247
commit
63b2827093
4 changed files with 26 additions and 3 deletions
|
|
@ -23,6 +23,7 @@ Plugin 'scrooloose/syntastic'
|
|||
Plugin 'scrooloose/nerdtree'
|
||||
Plugin 'mileszs/ack.vim'
|
||||
Plugin 'sjl/clam.vim'
|
||||
Plugin 'kien/ctrlp.vim'
|
||||
|
||||
call vundle#end() " required
|
||||
filetype plugin indent on " required
|
||||
|
|
@ -40,6 +41,15 @@ filetype plugin indent on " required
|
|||
" -- END: Vundle config --
|
||||
|
||||
|
||||
" backspace settings
|
||||
set backspace=2
|
||||
set backspace=indent,eol,start
|
||||
|
||||
|
||||
" keyword completion
|
||||
inoremap ;; <C-n>
|
||||
|
||||
|
||||
" -- Syntastic Settings --
|
||||
set statusline+=%#warningmsg#
|
||||
set statusline+=%{SyntasticStatuslineFlag()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue