From 07e8669823d22227bef8bbd797071e126dad1741 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 4 Mar 2023 09:50:14 +0100 Subject: vim_plugins.sh: add editorconfig-vim --- vim_plugins.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/vim_plugins.sh b/vim_plugins.sh index bb7ae77..997555c 100755 --- a/vim_plugins.sh +++ b/vim_plugins.sh @@ -8,6 +8,7 @@ readonly plugins_dir plugins=( alteraction/vim-colors-solarized + editorconfig/editorconfig-vim ) pull() { -- cgit v1.2.3