From: martin f. krafft Date: Thu, 14 Oct 2021 02:07:17 +0000 (+1300) Subject: Enable fugitive X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/7a9a91c9cbe0d48cbfc9b5d5ae40d556caeea7c9?hp=3b1e45575f7227d910413bc0358481894b9da825 Enable fugitive --- diff --git a/.vim/autoload/fugitive.vim b/.vim/autoload/fugitive.vim new file mode 120000 index 0000000..62940ba --- /dev/null +++ b/.vim/autoload/fugitive.vim @@ -0,0 +1 @@ +/usr/share/vim/addons/autoload/fugitive.vim \ No newline at end of file diff --git a/.vim/doc/fugitive.txt b/.vim/doc/fugitive.txt new file mode 120000 index 0000000..5741707 --- /dev/null +++ b/.vim/doc/fugitive.txt @@ -0,0 +1 @@ +/usr/share/vim/addons/doc/fugitive.txt \ No newline at end of file diff --git a/.vim/ftdetect/fugitive.vim b/.vim/ftdetect/fugitive.vim new file mode 120000 index 0000000..9cd163a --- /dev/null +++ b/.vim/ftdetect/fugitive.vim @@ -0,0 +1 @@ +/usr/share/vim/addons/ftdetect/fugitive.vim \ No newline at end of file diff --git a/.vim/plugin/fugitive.vim b/.vim/plugin/fugitive.vim new file mode 120000 index 0000000..751fa63 --- /dev/null +++ b/.vim/plugin/fugitive.vim @@ -0,0 +1 @@ +/usr/share/vim/addons/plugin/fugitive.vim \ No newline at end of file diff --git a/.vim/syntax/fugitive.vim b/.vim/syntax/fugitive.vim new file mode 120000 index 0000000..34b43d9 --- /dev/null +++ b/.vim/syntax/fugitive.vim @@ -0,0 +1 @@ +/usr/share/vim/addons/syntax/fugitive.vim \ No newline at end of file diff --git a/.vim/syntax/fugitiveblame.vim b/.vim/syntax/fugitiveblame.vim new file mode 120000 index 0000000..c1b9ab8 --- /dev/null +++ b/.vim/syntax/fugitiveblame.vim @@ -0,0 +1 @@ +/usr/share/vim/addons/syntax/fugitiveblame.vim \ No newline at end of file