From a7fa4150ff7e44c873c474aab22740a9a87b0ee8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 18 Jul 2024 19:51:49 -0300 Subject: Feat: start migration from pathogen to built-in VIM package manager --- .gitmodules | 27 +++++++++++----------- vim.dot.link/bundle/colorschemes | 2 +- vim.dot.link/bundle/nerdtree | 2 +- vim.dot.link/bundle/tabular | 2 +- vim.dot.link/bundle/tlib_vim | 2 +- vim.dot.link/bundle/vim-addon-mw-utils | 2 +- vim.dot.link/bundle/vim-airline | 2 +- vim.dot.link/bundle/vim-autoread | 2 +- vim.dot.link/bundle/vim-markdown-folding | 2 +- vim.dot.link/bundle/vim-misc | 2 +- vim.dot.link/bundle/vim-session | 2 +- vim.dot.link/bundle/vim-twig | 1 - vim.dot.link/bundle/vimperator | 1 - .../pack/MarcWeber/start/vim-addon-mw-utils | 1 + vim.dot.link/pack/djoshea/start/vim-autoread | 1 + vim.dot.link/pack/evidens/opt/vim-twig | 1 + vim.dot.link/pack/flazz/start/colorschemes | 1 + vim.dot.link/pack/godlygeek/start/tabular | 1 + vim.dot.link/pack/preservim/start/nerdtree | 1 + .../pack/rafkaplon/start/vim-markdown-folding | 1 + vim.dot.link/pack/romgrk/start/vim-session | 1 + vim.dot.link/pack/tomtom/start/tlib_vim | 1 + vim.dot.link/pack/vim-airline/start/vim-airline | 1 + vim.dot.link/pack/xolox/start/vim-misc | 1 + vimrc.dot.link | 7 +++++- 25 files changed, 41 insertions(+), 26 deletions(-) mode change 160000 => 120000 vim.dot.link/bundle/colorschemes mode change 160000 => 120000 vim.dot.link/bundle/nerdtree mode change 160000 => 120000 vim.dot.link/bundle/tabular mode change 160000 => 120000 vim.dot.link/bundle/tlib_vim mode change 160000 => 120000 vim.dot.link/bundle/vim-addon-mw-utils mode change 160000 => 120000 vim.dot.link/bundle/vim-airline mode change 160000 => 120000 vim.dot.link/bundle/vim-autoread mode change 160000 => 120000 vim.dot.link/bundle/vim-markdown-folding mode change 160000 => 120000 vim.dot.link/bundle/vim-misc mode change 160000 => 120000 vim.dot.link/bundle/vim-session delete mode 160000 vim.dot.link/bundle/vim-twig delete mode 160000 vim.dot.link/bundle/vimperator create mode 160000 vim.dot.link/pack/MarcWeber/start/vim-addon-mw-utils create mode 160000 vim.dot.link/pack/djoshea/start/vim-autoread create mode 160000 vim.dot.link/pack/evidens/opt/vim-twig create mode 160000 vim.dot.link/pack/flazz/start/colorschemes create mode 160000 vim.dot.link/pack/godlygeek/start/tabular create mode 160000 vim.dot.link/pack/preservim/start/nerdtree create mode 160000 vim.dot.link/pack/rafkaplon/start/vim-markdown-folding create mode 160000 vim.dot.link/pack/romgrk/start/vim-session create mode 160000 vim.dot.link/pack/tomtom/start/tlib_vim create mode 160000 vim.dot.link/pack/vim-airline/start/vim-airline create mode 160000 vim.dot.link/pack/xolox/start/vim-misc 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 deleted file mode 160000 index 28a989b..0000000 --- a/vim.dot.link/bundle/colorschemes +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 28a989b28457e38df620e4c7ab23e224aff70efe diff --git a/vim.dot.link/bundle/colorschemes b/vim.dot.link/bundle/colorschemes new file mode 120000 index 0000000..9e29ea1 --- /dev/null +++ b/vim.dot.link/bundle/colorschemes @@ -0,0 +1 @@ +../pack/flazz/start/colorschemes \ No newline at end of file diff --git a/vim.dot.link/bundle/nerdtree b/vim.dot.link/bundle/nerdtree deleted file mode 160000 index eed488b..0000000 --- a/vim.dot.link/bundle/nerdtree +++ /dev/null @@ -1 +0,0 @@ -Subproject commit eed488b1cd1867bd25f19f90e10440c5cc7d6424 diff --git a/vim.dot.link/bundle/nerdtree b/vim.dot.link/bundle/nerdtree new file mode 120000 index 0000000..f737ad3 --- /dev/null +++ b/vim.dot.link/bundle/nerdtree @@ -0,0 +1 @@ +../pack/preservim/start/nerdtree \ No newline at end of file diff --git a/vim.dot.link/bundle/tabular b/vim.dot.link/bundle/tabular deleted file mode 160000 index 339091a..0000000 --- a/vim.dot.link/bundle/tabular +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 339091ac4dd1f17e225fe7d57b48aff55f99b23a diff --git a/vim.dot.link/bundle/tabular b/vim.dot.link/bundle/tabular new file mode 120000 index 0000000..9566c0a --- /dev/null +++ b/vim.dot.link/bundle/tabular @@ -0,0 +1 @@ +../pack/godlygeek/start/tabular \ No newline at end of file diff --git a/vim.dot.link/bundle/tlib_vim b/vim.dot.link/bundle/tlib_vim deleted file mode 160000 index 70c4e22..0000000 --- a/vim.dot.link/bundle/tlib_vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 70c4e222464020edc2809c932b488daaf891eeef diff --git a/vim.dot.link/bundle/tlib_vim b/vim.dot.link/bundle/tlib_vim new file mode 120000 index 0000000..4b8ecb5 --- /dev/null +++ b/vim.dot.link/bundle/tlib_vim @@ -0,0 +1 @@ +../pack/tomtom/start/tlib_vim \ No newline at end of file diff --git a/vim.dot.link/bundle/vim-addon-mw-utils b/vim.dot.link/bundle/vim-addon-mw-utils deleted file mode 160000 index 6aaf4fe..0000000 --- a/vim.dot.link/bundle/vim-addon-mw-utils +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6aaf4fee472db7cbec6d2c8eea69fdf3a8f8a75d diff --git a/vim.dot.link/bundle/vim-addon-mw-utils b/vim.dot.link/bundle/vim-addon-mw-utils new file mode 120000 index 0000000..b1907bb --- /dev/null +++ b/vim.dot.link/bundle/vim-addon-mw-utils @@ -0,0 +1 @@ +../pack/MarcWeber/start/vim-addon-mw-utils \ No newline at end of file diff --git a/vim.dot.link/bundle/vim-airline b/vim.dot.link/bundle/vim-airline deleted file mode 160000 index d0c6777..0000000 --- a/vim.dot.link/bundle/vim-airline +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d0c67776f27eb49cccbd58008724bd6caa00ed8f diff --git a/vim.dot.link/bundle/vim-airline b/vim.dot.link/bundle/vim-airline new file mode 120000 index 0000000..c0122d6 --- /dev/null +++ b/vim.dot.link/bundle/vim-airline @@ -0,0 +1 @@ +../pack/vim-airline/start/vim-airline \ No newline at end of file diff --git a/vim.dot.link/bundle/vim-autoread b/vim.dot.link/bundle/vim-autoread deleted file mode 160000 index 7e83d47..0000000 --- a/vim.dot.link/bundle/vim-autoread +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7e83d47a71fdafc271005fc39c89863204278c77 diff --git a/vim.dot.link/bundle/vim-autoread b/vim.dot.link/bundle/vim-autoread new file mode 120000 index 0000000..9a8ea1f --- /dev/null +++ b/vim.dot.link/bundle/vim-autoread @@ -0,0 +1 @@ +../pack/djoshea/start/vim-autoread \ No newline at end of file diff --git a/vim.dot.link/bundle/vim-markdown-folding b/vim.dot.link/bundle/vim-markdown-folding deleted file mode 160000 index 7d223be..0000000 --- a/vim.dot.link/bundle/vim-markdown-folding +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7d223be1adfa0e14c3930ac4aab9dc2594acf4cb diff --git a/vim.dot.link/bundle/vim-markdown-folding b/vim.dot.link/bundle/vim-markdown-folding new file mode 120000 index 0000000..8dd371e --- /dev/null +++ b/vim.dot.link/bundle/vim-markdown-folding @@ -0,0 +1 @@ +../pack/rafkaplon/start/vim-markdown-folding \ No newline at end of file diff --git a/vim.dot.link/bundle/vim-misc b/vim.dot.link/bundle/vim-misc deleted file mode 160000 index 3e6b8fb..0000000 --- a/vim.dot.link/bundle/vim-misc +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3e6b8fb6f03f13434543ce1f5d24f6a5d3f34f0b diff --git a/vim.dot.link/bundle/vim-misc b/vim.dot.link/bundle/vim-misc new file mode 120000 index 0000000..5ea0b47 --- /dev/null +++ b/vim.dot.link/bundle/vim-misc @@ -0,0 +1 @@ +../pack/xolox/start/vim-misc \ No newline at end of file diff --git a/vim.dot.link/bundle/vim-session b/vim.dot.link/bundle/vim-session deleted file mode 160000 index 1133c83..0000000 --- a/vim.dot.link/bundle/vim-session +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1133c83313b1b8d883f5e3f2016ef3040f566c33 diff --git a/vim.dot.link/bundle/vim-session b/vim.dot.link/bundle/vim-session new file mode 120000 index 0000000..cc37d20 --- /dev/null +++ b/vim.dot.link/bundle/vim-session @@ -0,0 +1 @@ +../pack/romgrk/start/vim-session \ No newline at end of file diff --git a/vim.dot.link/bundle/vim-twig b/vim.dot.link/bundle/vim-twig deleted file mode 160000 index cd93652..0000000 --- a/vim.dot.link/bundle/vim-twig +++ /dev/null @@ -1 +0,0 @@ -Subproject commit cd936524f34fc47bcb1f46a03c5614208c42383e diff --git a/vim.dot.link/bundle/vimperator b/vim.dot.link/bundle/vimperator deleted file mode 160000 index 249689e..0000000 --- a/vim.dot.link/bundle/vimperator +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 249689edee67ca87520af9024d1f70dadac9bbef 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 index 0000000..6aaf4fe --- /dev/null +++ b/vim.dot.link/pack/MarcWeber/start/vim-addon-mw-utils @@ -0,0 +1 @@ +Subproject commit 6aaf4fee472db7cbec6d2c8eea69fdf3a8f8a75d diff --git a/vim.dot.link/pack/djoshea/start/vim-autoread b/vim.dot.link/pack/djoshea/start/vim-autoread new file mode 160000 index 0000000..7e83d47 --- /dev/null +++ b/vim.dot.link/pack/djoshea/start/vim-autoread @@ -0,0 +1 @@ +Subproject commit 7e83d47a71fdafc271005fc39c89863204278c77 diff --git a/vim.dot.link/pack/evidens/opt/vim-twig b/vim.dot.link/pack/evidens/opt/vim-twig new file mode 160000 index 0000000..cd93652 --- /dev/null +++ b/vim.dot.link/pack/evidens/opt/vim-twig @@ -0,0 +1 @@ +Subproject commit cd936524f34fc47bcb1f46a03c5614208c42383e diff --git a/vim.dot.link/pack/flazz/start/colorschemes b/vim.dot.link/pack/flazz/start/colorschemes new file mode 160000 index 0000000..28a989b --- /dev/null +++ b/vim.dot.link/pack/flazz/start/colorschemes @@ -0,0 +1 @@ +Subproject commit 28a989b28457e38df620e4c7ab23e224aff70efe diff --git a/vim.dot.link/pack/godlygeek/start/tabular b/vim.dot.link/pack/godlygeek/start/tabular new file mode 160000 index 0000000..339091a --- /dev/null +++ b/vim.dot.link/pack/godlygeek/start/tabular @@ -0,0 +1 @@ +Subproject commit 339091ac4dd1f17e225fe7d57b48aff55f99b23a diff --git a/vim.dot.link/pack/preservim/start/nerdtree b/vim.dot.link/pack/preservim/start/nerdtree new file mode 160000 index 0000000..eed488b --- /dev/null +++ b/vim.dot.link/pack/preservim/start/nerdtree @@ -0,0 +1 @@ +Subproject commit eed488b1cd1867bd25f19f90e10440c5cc7d6424 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 index 0000000..7d223be --- /dev/null +++ b/vim.dot.link/pack/rafkaplon/start/vim-markdown-folding @@ -0,0 +1 @@ +Subproject commit 7d223be1adfa0e14c3930ac4aab9dc2594acf4cb diff --git a/vim.dot.link/pack/romgrk/start/vim-session b/vim.dot.link/pack/romgrk/start/vim-session new file mode 160000 index 0000000..1133c83 --- /dev/null +++ b/vim.dot.link/pack/romgrk/start/vim-session @@ -0,0 +1 @@ +Subproject commit 1133c83313b1b8d883f5e3f2016ef3040f566c33 diff --git a/vim.dot.link/pack/tomtom/start/tlib_vim b/vim.dot.link/pack/tomtom/start/tlib_vim new file mode 160000 index 0000000..70c4e22 --- /dev/null +++ b/vim.dot.link/pack/tomtom/start/tlib_vim @@ -0,0 +1 @@ +Subproject commit 70c4e222464020edc2809c932b488daaf891eeef 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 index 0000000..d0c6777 --- /dev/null +++ b/vim.dot.link/pack/vim-airline/start/vim-airline @@ -0,0 +1 @@ +Subproject commit d0c67776f27eb49cccbd58008724bd6caa00ed8f diff --git a/vim.dot.link/pack/xolox/start/vim-misc b/vim.dot.link/pack/xolox/start/vim-misc new file mode 160000 index 0000000..3e6b8fb --- /dev/null +++ b/vim.dot.link/pack/xolox/start/vim-misc @@ -0,0 +1 @@ +Subproject commit 3e6b8fb6f03f13434543ce1f5d24f6a5d3f34f0b 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 -- cgit v1.2.3