diff options
Diffstat (limited to '')
-rw-r--r-- | .vim/bundles.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.vim/bundles.vim b/.vim/bundles.vim index cfc11bd..9040a32 100644 --- a/.vim/bundles.vim +++ b/.vim/bundles.vim @@ -61,4 +61,7 @@ Bundle 'UltiSnips' " Some nice shortcuts Bundle 'unimpaired.vim' +" i3 Syntax highlighting +Bundle 'PotatoesMaster/i3-vim-syntax' + filetype plugin indent on " required! |