diff options
| author | 2016-12-18 14:48:38 +0100 | |
|---|---|---|
| committer | 2016-12-18 14:48:38 +0100 | |
| commit | bc2d7adc59e361ec3159199ff2ac209e3e6d01bf (patch) | |
| tree | cd846e0461156f284f34c6f148cec215db3c01d0 | |
| parent | ece05a3073e68f427a79498678a5c0bacda1d790 (diff) | |
| download | dotfiles-bc2d7adc59e361ec3159199ff2ac209e3e6d01bf.tar.gz dotfiles-bc2d7adc59e361ec3159199ff2ac209e3e6d01bf.tar.bz2 dotfiles-bc2d7adc59e361ec3159199ff2ac209e3e6d01bf.zip | |
Added tmuxline to vim
| -rw-r--r-- | .gitmodules | 6 | ||||
| m--------- | vim/.vim/bundle/tmuxline.vim | 0 | ||||
| m--------- | vim/.vim/bundle/vim-airline-themes | 0 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index be3ab34..6dbee8e 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -34,3 +34,9 @@ | |||
| 34 | [submodule "vim/.vim/bundle/vim-janah"] | 34 | [submodule "vim/.vim/bundle/vim-janah"] |
| 35 | path = vim/.vim/bundle/vim-janah | 35 | path = vim/.vim/bundle/vim-janah |
| 36 | url = https://github.com/mhinz/vim-janah.git | 36 | url = https://github.com/mhinz/vim-janah.git |
| 37 | [submodule "vim/.vim/bundle/tmuxline.vim"] | ||
| 38 | path = vim/.vim/bundle/tmuxline.vim | ||
| 39 | url = https://github.com/edkolev/tmuxline.vim.git | ||
| 40 | [submodule "vim/.vim/bundle/vim-airline-themes"] | ||
| 41 | path = vim/.vim/bundle/vim-airline-themes | ||
| 42 | url = https://github.com/vim-airline/vim-airline-themes | ||
diff --git a/vim/.vim/bundle/tmuxline.vim b/vim/.vim/bundle/tmuxline.vim new file mode 160000 | |||
| Subproject 05c687014272abca548d72cfd5d8a7b7c3fb7e5 | |||
diff --git a/vim/.vim/bundle/vim-airline-themes b/vim/.vim/bundle/vim-airline-themes new file mode 160000 | |||
| Subproject 2a97d9ee410d7b9980a7741fc6e705d53eea23c | |||
