Updated Bundles

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

@ -1 +1 @@
Subproject commit 8f11f67bc8383f010f7cf8bd6490fdbeaa444f4e
Subproject commit da916cdb7ba93f9776b7380c910488e18167fabd

@ -1 +1 @@
Subproject commit 2afff4c411b5496a24e8f8698a4e01e5fc74d2df
Subproject commit 2c03d82a0e4662adf1e347487d73a9bf4bf6fdac

@ -1 +1 @@
Subproject commit dfc60635e610f9200646a84d11887af9e3d50b10
Subproject commit a7789abffe936db56e3152e23733847f94755753

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"))