aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-07-31 10:25:31 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-07-31 10:25:31 +1200
commit1436633bee5be423ee0baa0812764ec8e8a73cd2 (patch)
treee8eea84a145b00d3b94406e975219bdf8ba78178
parentDelete subs, about to move them (diff)
downloaddotfiles-1436633bee5be423ee0baa0812764ec8e8a73cd2.tar.gz
dotfiles-1436633bee5be423ee0baa0812764ec8e8a73cd2.zip
Added my own forks of nagios and tmux syntax files
Which means I can remove these custom ftdetect rules for tmux too
-rw-r--r--.gitmodules6
-rw-r--r--vim/after/ftdetect/tmux.vim1
m---------vim/bundle/nagios0
m---------vim/bundle/tmux0
4 files changed, 6 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 4e4b83f7..c93ae623 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -42,3 +42,9 @@
path = vim/bundle/markdown
url = git://github.com/tpope/vim-markdown.git
ignore = dirty
+[submodule "vim/bundle/tmux"]
+ path = vim/bundle/tmux
+ url = git://github.com/tejr/vim-tmux.git
+[submodule "vim/bundle/nagios"]
+ path = vim/bundle/nagios
+ url = git://github.com/tejr/vim-nagios.git
diff --git a/vim/after/ftdetect/tmux.vim b/vim/after/ftdetect/tmux.vim
deleted file mode 100644
index df128ba2..00000000
--- a/vim/after/ftdetect/tmux.vim
+++ /dev/null
@@ -1 +0,0 @@
-autocmd BufNewFile,BufRead .tmux.conf.* setf tmux
diff --git a/vim/bundle/nagios b/vim/bundle/nagios
new file mode 160000
+Subproject 3757a8a6c0313728d39654c3317155b6d3e1519
diff --git a/vim/bundle/tmux b/vim/bundle/tmux
new file mode 160000
+Subproject b69b3d171687bfc5f8cf0cd306fb9cbf5e9df45