mirror of https://github.com/nirenjan/vimfiles.git
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
parent
f8c7f4f69b
commit
60de3d6885
|
@ -6,10 +6,6 @@
|
|||
path = bundle/vim-fugitive
|
||||
url = https://github.com/tpope/vim-fugitive.git
|
||||
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"]
|
||||
path = bundle/vim-colors-solarized
|
||||
url = https://github.com/altercation/vim-colors-solarized.git
|
||||
|
@ -40,3 +36,6 @@
|
|||
[submodule "bundle/vim-repeat"]
|
||||
path = bundle/vim-repeat
|
||||
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
|
Loading…
Reference in New Issue