summaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-05-30 17:50:14 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-05-30 17:50:15 +0200
commit715e8a3e714753a1dd3810ef87fa43b636b0e913 (patch)
tree9f60d540cbc01447455e22dd503e42145cdcdf9b /.vim
parentd749ee8ac4e6a828281387be79fb4ee93649b844 (diff)
downloaddotfiles-715e8a3e714753a1dd3810ef87fa43b636b0e913.tar.gz
dotfiles-715e8a3e714753a1dd3810ef87fa43b636b0e913.tar.bz2
dotfiles-715e8a3e714753a1dd3810ef87fa43b636b0e913.zip
i3 vim syntax highlighting
Diffstat (limited to '.vim')
-rw-r--r--.vim/bundles.vim3
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!