diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-10 16:38:32 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-10 16:38:32 +0200 |
commit | 05ff14bfdaeca8def902c644d119f3946009bf14 (patch) | |
tree | e6e9dbb371a1e4ecf4d4f72e05589248f82494ae /packages.yaml | |
parent | 9243367ba376050621e4c05e8f0439742c1f0f82 (diff) | |
download | vim-polyglot-05ff14bfdaeca8def902c644d119f3946009bf14.tar.gz vim-polyglot-05ff14bfdaeca8def902c644d119f3946009bf14.zip |
Add odin support, closes #544
Diffstat (limited to 'packages.yaml')
-rw-r--r-- | packages.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages.yaml b/packages.yaml index 4d302f11..c2e0d312 100644 --- a/packages.yaml +++ b/packages.yaml @@ -1827,3 +1827,9 @@ filetypes: - '*/etc/yum.repos.d/*' ignored_warnings: - php.ini +--- +name: odin +remote: Tetralux/odin.vim +filetypes: +- name: odin + linguist: Odin |