Minor fixes, disable eregex, one of my favorite plugins :(

This commit is contained in:
Austen Adler 2016-04-14 13:32:28 -04:00
parent 5ab82baf86
commit 4c9a186ff5
2 changed files with 3 additions and 3 deletions

View File

@ -211,7 +211,7 @@ let g:formatter_php = ['formatdef_my_custom_php']
" These flags don't work for some reason
" -xn -xc -xl -S
"Syntastic
let g:syntastic_java_javac_classpath = "/home/stonewareslord/applications/java/junit-4.12.jar:/home/stonewareslord/applications/java/hamcrest-core-1.3.jar:/home/stonewareslord/git/school/service-garage/src:/home/stonewareslord/git/school/service-garage/test"
let g:syntastic_java_javac_classpath = "/home/stonewareslord/applications/java/junit-4.12.jar:/home/stonewareslord/applications/java/hamcrest-core-1.3.jar:/home/stonewareslord/git/school/service-garage/Project3/src:/home/stonewareslord/git/school/service-garage/Project3/test"
"IndentGuides
let g:indent_guides_start_level=1
let g:indent_guides_guide_size=1
@ -273,7 +273,7 @@ endif
"Adds snippets | https://github.com/sirver/UltiSnips
Plug 'honza/vim-snippets'
"More snippets | https://github.com/honza/vim-snippets
Plug 'othree/eregex.vim'
"Plug 'othree/eregex.vim'
"Real regexes in vim | https://github.com/othree/eregex.vim
Plug 'mhinz/vim-signify'
"Git information inline | https://github.com/mhinz/vim-signify

View File

@ -24,7 +24,7 @@ inoremap <C-H> <Home>
inoremap <C-b> <C-Left>
inoremap <C-w> <C-Right>
inoremap <C-d><C-d> <Home><S-End><BS>
inoremap <C-a> i<C-a>
"inoremap <C-a> <C-a>
noremap <Leader><Leader> gi !g <CR>
vnoremap L $
vnoremap H ^