From 800e7d446226a6a666971a97b93a1c72f6821990 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 14 Oct 2021 15:07:28 +1300 Subject: [PATCH] enable editorconfig --- .vim/autoload/editorconfig.vim | 1 + .vim/doc/editorconfig.txt | 1 + .vim/plugin/editorconfig.vim | 1 + 3 files changed, 3 insertions(+) create mode 120000 .vim/autoload/editorconfig.vim create mode 120000 .vim/doc/editorconfig.txt create mode 120000 .vim/plugin/editorconfig.vim diff --git a/.vim/autoload/editorconfig.vim b/.vim/autoload/editorconfig.vim new file mode 120000 index 0000000..c6d022e --- /dev/null +++ b/.vim/autoload/editorconfig.vim @@ -0,0 +1 @@ +/usr/share/vim-editorconfig/autoload/editorconfig.vim \ No newline at end of file diff --git a/.vim/doc/editorconfig.txt b/.vim/doc/editorconfig.txt new file mode 120000 index 0000000..e62146c --- /dev/null +++ b/.vim/doc/editorconfig.txt @@ -0,0 +1 @@ +/usr/share/vim-editorconfig/doc/editorconfig.txt \ No newline at end of file diff --git a/.vim/plugin/editorconfig.vim b/.vim/plugin/editorconfig.vim new file mode 120000 index 0000000..395bd7a --- /dev/null +++ b/.vim/plugin/editorconfig.vim @@ -0,0 +1 @@ +/usr/share/vim-editorconfig/plugin/editorconfig.vim \ No newline at end of file -- 2.39.2