From 64758245f60d8a773028bfda3a9d649bb078f452 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Sun, 3 Nov 2024 16:54:58 +0100 Subject: [PATCH] vim:plugs: Add tabular To align text. --- .gitmodules | 3 +++ .local/share/vim/pack/plugins/opt/tabular | 1 + .local/share/vim/pack/plugins/start/tabular | 1 + 3 files changed, 5 insertions(+) create mode 160000 .local/share/vim/pack/plugins/opt/tabular create mode 120000 .local/share/vim/pack/plugins/start/tabular 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