diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-18 19:51:49 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-18 19:51:49 -0300 |
commit | a7fa4150ff7e44c873c474aab22740a9a87b0ee8 (patch) | |
tree | e8acd932c0eb882a12408c4c42c72afc14f5dc3c | |
parent | e71645e0c6c12298ab50ddc6ac08ed0cf3167240 (diff) | |
download | vim-a7fa4150ff7e44c873c474aab22740a9a87b0ee8.tar.gz vim-a7fa4150ff7e44c873c474aab22740a9a87b0ee8.tar.bz2 |
Feat: start migration from pathogen to built-in VIM package manager
24 files changed, 30 insertions, 14 deletions
diff --git a/.gitmodules b/.gitmodules index 9406798..5eab0ff 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,8 +1,8 @@ [submodule "vim.dot.link/bundle/nerdtree"] - path = vim.dot.link/bundle/nerdtree - url = https://github.com/scrooloose/nerdtree.git + path = vim.dot.link/pack/preservim/start/nerdtree + url = https://github.com/preservim/nerdtree.git [submodule "vim.dot.link/bundle/tabular"] - path = vim.dot.link/bundle/tabular + path = vim.dot.link/pack/godlygeek/start/tabular url = https://github.com/godlygeek/tabular.git [submodule "vim.dot.link/bundle/tracwiki"] path = vim.dot.link/bundle/tracwiki @@ -11,10 +11,10 @@ path = vim.dot.link/pathogen url = https://github.com/tpope/vim-pathogen [submodule "vim.dot.link/bundle/tlib_vim"] - path = vim.dot.link/bundle/tlib_vim + path = vim.dot.link/pack/tomtom/start/tlib_vim url = https://github.com/tomtom/tlib_vim.git [submodule "vim.dot.link/bundle/vim-addon-mw-utils"] - path = vim.dot.link/bundle/vim-addon-mw-utils + path = vim.dot.link/pack/MarcWeber/start/vim-addon-mw-utils url = https://github.com/MarcWeber/vim-addon-mw-utils.git [submodule "vim.dot.link/bundle/vim-snipmate"] path = vim.dot.link/bundle/vim-snipmate @@ -32,34 +32,35 @@ path = vim.dot.link/bundle/vim-colorscheme-switcher url = https://github.com/xolox/vim-colorscheme-switcher [submodule "vim.dot.link/bundle/vim-misc"] - path = vim.dot.link/bundle/vim-misc + path = vim.dot.link/pack/xolox/start/vim-misc url = https://github.com/xolox/vim-misc [submodule "vim.dot.link/bundle/colorschemes"] - path = vim.dot.link/bundle/colorschemes + path = vim.dot.link/pack/flazz/start/colorschemes url = https://github.com/flazz/vim-colorschemes [submodule "vim.dot.link/bundle/vim-fugitive"] path = vim.dot.link/bundle/vim-fugitive url = https://github.com/tpope/vim-fugitive.git [submodule "vim.dot.link/bundle/vim-twig"] - path = vim.dot.link/bundle/vim-twig + path = vim.dot.link/pack/evidens/opt/vim-twig url = https://github.com/evidens/vim-twig [submodule "vim.dot.link/bundle/vimperator"] path = vim.dot.link/bundle/vimperator url = https://github.com/superbrothers/vim-vimperator [submodule "vim.dot.link/bundle/vim-autoread"] - path = vim.dot.link/bundle/vim-autoread + path = vim.dot.link/pack/djoshea/start/vim-autoread url = https://github.com/djoshea/vim-autoread [submodule "vim.dot.link/bundle/vim-airline"] - path = vim.dot.link/bundle/vim-airline - url = https://github.com/bling/vim-airline + path = vim.dot.link/pack/vim-airline/start/vim-airline + #url = https://github.com/bling/vim-airline + url = https://github.com/vim-airline/vim-airline [submodule "vim.dot.link/bundle/vim-session"] - path = vim.dot.link/bundle/vim-session + path = vim.dot.link/pack/romgrk/start/vim-session # Seems unmaintained: #url = https://github.com/xolox/vim-session # While this fork seems maintained: https://github.com/xolox/vim-session/issues/185 url = https://github.com/romgrk/vim-session [submodule "vim.dot.link/bundle/vim-markdown-folding"] - path = vim.dot.link/bundle/vim-markdown-folding + path = vim.dot.link/pack/rafkaplon/start/vim-markdown-folding # Seems unmaintained: #url = https://github.com/masukomi/vim-markdown-folding # While this other repo fixes https://github.com/masukomi/vim-markdown-folding/pull/43 diff --git a/vim.dot.link/bundle/colorschemes b/vim.dot.link/bundle/colorschemes -Subproject 28a989b28457e38df620e4c7ab23e224aff70ef diff --git a/vim.dot.link/bundle/nerdtree b/vim.dot.link/bundle/nerdtree -Subproject eed488b1cd1867bd25f19f90e10440c5cc7d642 diff --git a/vim.dot.link/bundle/tabular b/vim.dot.link/bundle/tabular -Subproject 339091ac4dd1f17e225fe7d57b48aff55f99b23 diff --git a/vim.dot.link/bundle/tlib_vim b/vim.dot.link/bundle/tlib_vim -Subproject 70c4e222464020edc2809c932b488daaf891eee diff --git a/vim.dot.link/bundle/vim-addon-mw-utils b/vim.dot.link/bundle/vim-addon-mw-utils -Subproject 6aaf4fee472db7cbec6d2c8eea69fdf3a8f8a75 diff --git a/vim.dot.link/bundle/vim-airline b/vim.dot.link/bundle/vim-airline -Subproject d0c67776f27eb49cccbd58008724bd6caa00ed8 diff --git a/vim.dot.link/bundle/vim-autoread b/vim.dot.link/bundle/vim-autoread -Subproject 7e83d47a71fdafc271005fc39c89863204278c7 diff --git a/vim.dot.link/bundle/vim-markdown-folding b/vim.dot.link/bundle/vim-markdown-folding -Subproject 7d223be1adfa0e14c3930ac4aab9dc2594acf4c diff --git a/vim.dot.link/bundle/vim-misc b/vim.dot.link/bundle/vim-misc -Subproject 3e6b8fb6f03f13434543ce1f5d24f6a5d3f34f0 diff --git a/vim.dot.link/bundle/vim-session b/vim.dot.link/bundle/vim-session -Subproject 1133c83313b1b8d883f5e3f2016ef3040f566c3 diff --git a/vim.dot.link/bundle/vimperator b/vim.dot.link/bundle/vimperator deleted file mode 160000 -Subproject 249689edee67ca87520af9024d1f70dadac9bbe diff --git a/vim.dot.link/pack/MarcWeber/start/vim-addon-mw-utils b/vim.dot.link/pack/MarcWeber/start/vim-addon-mw-utils new file mode 160000 +Subproject 6aaf4fee472db7cbec6d2c8eea69fdf3a8f8a75 diff --git a/vim.dot.link/pack/djoshea/start/vim-autoread b/vim.dot.link/pack/djoshea/start/vim-autoread new file mode 160000 +Subproject 7e83d47a71fdafc271005fc39c89863204278c7 diff --git a/vim.dot.link/bundle/vim-twig b/vim.dot.link/pack/evidens/opt/vim-twig -Subproject cd936524f34fc47bcb1f46a03c5614208c42383 +Subproject cd936524f34fc47bcb1f46a03c5614208c42383 diff --git a/vim.dot.link/pack/flazz/start/colorschemes b/vim.dot.link/pack/flazz/start/colorschemes new file mode 160000 +Subproject 28a989b28457e38df620e4c7ab23e224aff70ef diff --git a/vim.dot.link/pack/godlygeek/start/tabular b/vim.dot.link/pack/godlygeek/start/tabular new file mode 160000 +Subproject 339091ac4dd1f17e225fe7d57b48aff55f99b23 diff --git a/vim.dot.link/pack/preservim/start/nerdtree b/vim.dot.link/pack/preservim/start/nerdtree new file mode 160000 +Subproject eed488b1cd1867bd25f19f90e10440c5cc7d642 diff --git a/vim.dot.link/pack/rafkaplon/start/vim-markdown-folding b/vim.dot.link/pack/rafkaplon/start/vim-markdown-folding new file mode 160000 +Subproject 7d223be1adfa0e14c3930ac4aab9dc2594acf4c diff --git a/vim.dot.link/pack/romgrk/start/vim-session b/vim.dot.link/pack/romgrk/start/vim-session new file mode 160000 +Subproject 1133c83313b1b8d883f5e3f2016ef3040f566c3 diff --git a/vim.dot.link/pack/tomtom/start/tlib_vim b/vim.dot.link/pack/tomtom/start/tlib_vim new file mode 160000 +Subproject 70c4e222464020edc2809c932b488daaf891eee diff --git a/vim.dot.link/pack/vim-airline/start/vim-airline b/vim.dot.link/pack/vim-airline/start/vim-airline new file mode 160000 +Subproject d0c67776f27eb49cccbd58008724bd6caa00ed8 diff --git a/vim.dot.link/pack/xolox/start/vim-misc b/vim.dot.link/pack/xolox/start/vim-misc new file mode 160000 +Subproject 3e6b8fb6f03f13434543ce1f5d24f6a5d3f34f0 diff --git a/vimrc.dot.link b/vimrc.dot.link index b2b2f36..b823500 100644 --- a/vimrc.dot.link +++ b/vimrc.dot.link @@ -92,8 +92,13 @@ if has("autocmd") endif " Pathogen - https://github.com/tpope/vim-pathogen -call pathogen#infect() +" We're not using VIM 8+ package manager +"call pathogen#infect() + +" Syntax highlight syntax on + +" Indenting filetype plugin indent on " Folding |