diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-15 11:19:56 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-15 11:19:56 +0200 |
commit | 271679272c7bb1a281c7404408a2414068abf91c (patch) | |
tree | 2fc9d0360160659640ea75eefc1243c377507e35 /packages.yaml | |
parent | d43d269bedbb6bcf725eaf5bb5b3c5a0bcfcb0c0 (diff) | |
download | vim-polyglot-271679272c7bb1a281c7404408a2414068abf91c.tar.gz vim-polyglot-271679272c7bb1a281c7404408a2414068abf91c.zip |
Diffstat (limited to 'packages.yaml')
-rw-r--r-- | packages.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages.yaml b/packages.yaml index c2e0d312..372abc94 100644 --- a/packages.yaml +++ b/packages.yaml @@ -1197,7 +1197,6 @@ remote: StanAngeloff/php.vim filetypes: - name: php linguist: PHP -# Needs to be after .php (can be .blade.php) --- name: blade remote: jwalton512/vim-blade @@ -1825,6 +1824,8 @@ filetypes: - 'php.ini-*' - '*/etc/yum.conf' - '*/etc/yum.repos.d/*' + ignored_extensions: + - cfg ignored_warnings: - php.ini --- |