From f3ab28a28761b6cd606833585c552490a1f5efe1 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 23 Aug 2020 19:39:42 +0200 Subject: Move packages to yaml file --- indent/velocity.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indent') diff --git a/indent/velocity.vim b/indent/velocity.vim index eaa0d122..2a0b7143 100644 --- a/indent/velocity.vim +++ b/indent/velocity.vim @@ -1,4 +1,4 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vm') == -1 +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'velocity') == -1 if exists("b:did_indent") finish -- cgit v1.2.3