Replace tmux.vim with vim-polyglot

vim-polyglot has better syntax highlighting for most languages, reducing
the need for additional plugins for those languages.
master
nirenjan 2018-11-04 09:49:28 -08:00
parent f8c7f4f69b
commit 60de3d6885
3 changed files with 4 additions and 5 deletions

7
.gitmodules vendored
View File

@ -6,10 +6,6 @@
path = bundle/vim-fugitive path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git url = https://github.com/tpope/vim-fugitive.git
ignore = dirty ignore = dirty
[submodule "bundle/tmux.vim"]
path = bundle/tmux.vim
url = https://github.com/zaiste/tmux.vim.git
ignore = dirty
[submodule "bundle/vim-colors-solarized"] [submodule "bundle/vim-colors-solarized"]
path = bundle/vim-colors-solarized path = bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git url = https://github.com/altercation/vim-colors-solarized.git
@ -40,3 +36,6 @@
[submodule "bundle/vim-repeat"] [submodule "bundle/vim-repeat"]
path = bundle/vim-repeat path = bundle/vim-repeat
url = https://github.com/tpope/vim-repeat.git url = https://github.com/tpope/vim-repeat.git
[submodule "bundle/vim-polyglot"]
path = bundle/vim-polyglot
url = https://github.com/sheerun/vim-polyglot.git

@ -1 +0,0 @@
Subproject commit 8de7a7975e5813c06e6e210abd1ee2bd9348a236

@ -0,0 +1 @@
Subproject commit fd74d8b2b170b540680a9bbf6c64990f8ebafd08