More i3 niceness.

This commit is contained in:
David Tomaschik
2017-04-14 11:16:49 -07:00
parent 63806dec01
commit 2035518278
4 changed files with 27 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ if filereadable(glob("~/.vim/bundle/Vundle.vim/README.md"))
Plugin 'fatih/vim-go'
Plugin 'altercation/vim-colors-solarized'
Plugin 'vimoutliner/vimoutliner'
Plugin 'PotatoesMaster/i3-vim-syntax'
call vundle#end()
endif