diff --git a/.gitmodules b/.gitmodules index ac01da4..808bf57 100644 --- a/.gitmodules +++ b/.gitmodules @@ -67,6 +67,9 @@ [submodule "onedark.vim"] path = .local/share/vim/pack/plugins/opt/onedark.vim url = https://github.com/joshdick/onedark.vim +[submodule "tabular"] + path = .local/share/vim/pack/plugins/opt/tabular + url = https://github.com/godlygeek/tabular [submodule "vim-fugitive"] path = .local/share/vim/pack/plugins/opt/vim-fugitive url = https://github.com/tpope/vim-fugitive diff --git a/.local/share/vim/pack/plugins/opt/tabular b/.local/share/vim/pack/plugins/opt/tabular new file mode 160000 index 0000000..12437cd --- /dev/null +++ b/.local/share/vim/pack/plugins/opt/tabular @@ -0,0 +1 @@ +Subproject commit 12437cd1b53488e24936ec4b091c9324cafee311 diff --git a/.local/share/vim/pack/plugins/start/tabular b/.local/share/vim/pack/plugins/start/tabular new file mode 120000 index 0000000..da940e1 --- /dev/null +++ b/.local/share/vim/pack/plugins/start/tabular @@ -0,0 +1 @@ +../opt/tabular/ \ No newline at end of file