diff --git a/profile b/profile index 604bad4..0f987ff 100644 --- a/profile +++ b/profile @@ -87,7 +87,7 @@ macos_magic_fix() { killall Dock } -export PATH=$PATH:~/.bin +export PATH=$PATH:~/.bin:/Developer/NVIDIA/CUDA-7.0/bin/ export HISTCONTROL=ignorespace diff --git a/vimrc b/vimrc index 9bc144d..f0711e9 100644 --- a/vimrc +++ b/vimrc @@ -11,7 +11,7 @@ Plugin 'gmarik/Vundle.vim' " Plugin 'scala.vim' " Plugin 'vim-scala' Bundle 'derekwyatt/vim-scala' -Plugin 'git@github.com:Valloric/YouCompleteMe.git' +" Plugin 'git@github.com:Valloric/YouCompleteMe.git' call vundle#end() @@ -52,4 +52,10 @@ let java_allow_cpp_keywords = 1 set ruler set number set backspace=indent,eol,start +set hlsearch + +" augroup HiglightTODO +" autocmd! +" autocmd WinEnter,VimEnter * :silent! call matchadd('Todo', 'TODO', -1) +" augroup END