From 7a9a91c9cbe0d48cbfc9b5d5ae40d556caeea7c9 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 14 Oct 2021 15:07:17 +1300 Subject: [PATCH] Enable fugitive --- .vim/autoload/fugitive.vim | 1 + .vim/doc/fugitive.txt | 1 + .vim/ftdetect/fugitive.vim | 1 + .vim/plugin/fugitive.vim | 1 + .vim/syntax/fugitive.vim | 1 + .vim/syntax/fugitiveblame.vim | 1 + 6 files changed, 6 insertions(+) create mode 120000 .vim/autoload/fugitive.vim create mode 120000 .vim/doc/fugitive.txt create mode 120000 .vim/ftdetect/fugitive.vim create mode 120000 .vim/plugin/fugitive.vim create mode 120000 .vim/syntax/fugitive.vim create mode 120000 .vim/syntax/fugitiveblame.vim 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 -- 2.39.2