diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-28 00:31:39 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-28 00:31:39 +0200 |
commit | 2116dd281b99ed77bf9134f96a33230dc5b30e1c (patch) | |
tree | 6fa103dad3cbdf2f4a44173caecb29cec8b0721c /packages.yaml | |
parent | 7ec499c19f91122724d1518887ba3ffe4a8fcb43 (diff) | |
download | vim-polyglot-2116dd281b99ed77bf9134f96a33230dc5b30e1c.tar.gz vim-polyglot-2116dd281b99ed77bf9134f96a33230dc5b30e1c.zip |
Fix some missing extensions warnings
Diffstat (limited to 'packages.yaml')
-rw-r--r-- | packages.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages.yaml b/packages.yaml index bbbb8a88..78595209 100644 --- a/packages.yaml +++ b/packages.yaml @@ -1492,6 +1492,9 @@ filetypes: - 'zlogin' - 'zprofile' - 'zlogout' + extra_filenames: + # Udev symlinks config + - '*/etc/udev/cdsymlinks.conf' - name: zsh extensions: - zsh @@ -1611,7 +1614,7 @@ remote: ericpruitt/tmux.vim:vim filetypes: - name: tmux filenames: - - '.tmux.conf' + - '.tmux*.conf' --- name: toml remote: cespare/vim-toml |