" Omni completion filetype plugin on set omnifunc=syntaxcomplete#Complete " Stolen from the help page: " " One typical way to use the netrw tree display is to: > " " vim . " (use i until a tree display shows) " navigate to a file " v (edit as desired in vertically split window) " ctrl-w h (to return to the netrw listing) " P (edit newly selected file in the previous window) " ctrl-w h (to return to the netrw listing) " P (edit newly selected file in the previous window) let g:netrw_liststyle=3 " Useful on some terminals, not always supported in old tmux versions " set termguicolors " let g:airline_theme="monochrome" let g:airline_theme="distinguished" colorscheme 256_noir " colorscheme distinguished set guifont=ProFont\ 11 " if has("gui_running") " colorscheme gruvbox " set background=light " endif