Updated Bundles

Added a few java things
This commit is contained in:
2016-01-12 09:35:06 -06:00
parent fb45f2d514
commit 2fc210ac5e
4 changed files with 8 additions and 3 deletions

View File

@@ -27,6 +27,11 @@ syntax enable
set background=dark
set mouse=
" Java settings
let java_highlight_all=1
let java_highlight_functions="style"
let java_allow_cpp_keywords=1
let g:airline_powerline_fonts = 1
if filereadable(glob("./.vimrc.local"))