Old changes
This commit is contained in:
parent
10798e31c6
commit
6150955dec
2 changed files with 8 additions and 2 deletions
2
profile
2
profile
|
@ -87,7 +87,7 @@ macos_magic_fix() {
|
||||||
killall Dock
|
killall Dock
|
||||||
}
|
}
|
||||||
|
|
||||||
export PATH=$PATH:~/.bin
|
export PATH=$PATH:~/.bin:/Developer/NVIDIA/CUDA-7.0/bin/
|
||||||
|
|
||||||
export HISTCONTROL=ignorespace
|
export HISTCONTROL=ignorespace
|
||||||
|
|
||||||
|
|
8
vimrc
8
vimrc
|
@ -11,7 +11,7 @@ Plugin 'gmarik/Vundle.vim'
|
||||||
" Plugin 'scala.vim'
|
" Plugin 'scala.vim'
|
||||||
" Plugin 'vim-scala'
|
" Plugin 'vim-scala'
|
||||||
Bundle 'derekwyatt/vim-scala'
|
Bundle 'derekwyatt/vim-scala'
|
||||||
Plugin 'git@github.com:Valloric/YouCompleteMe.git'
|
" Plugin 'git@github.com:Valloric/YouCompleteMe.git'
|
||||||
|
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
|
|
||||||
|
@ -52,4 +52,10 @@ let java_allow_cpp_keywords = 1
|
||||||
set ruler
|
set ruler
|
||||||
set number
|
set number
|
||||||
set backspace=indent,eol,start
|
set backspace=indent,eol,start
|
||||||
|
set hlsearch
|
||||||
|
|
||||||
|
" augroup HiglightTODO
|
||||||
|
" autocmd!
|
||||||
|
" autocmd WinEnter,VimEnter * :silent! call matchadd('Todo', 'TODO', -1)
|
||||||
|
" augroup END
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue