diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-07 23:52:17 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-07 23:52:17 +0200 |
commit | b3763a917a6a3ca85ae51086fc8d29b28f66fc88 (patch) | |
tree | b94a1a8590cb88cfd09fe78c2e43931714aea90b /packages.yaml | |
parent | 4bec20ec1a7cde0c29d9550d244f428484fa56ab (diff) | |
download | vim-polyglot-b3763a917a6a3ca85ae51086fc8d29b28f66fc88.tar.gz vim-polyglot-b3763a917a6a3ca85ae51086fc8d29b28f66fc88.zip |
Use neovim version of .vim highlighting, #578
Diffstat (limited to 'packages.yaml')
-rw-r--r-- | packages.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.yaml b/packages.yaml index 55ec0d8a..e8a136fa 100644 --- a/packages.yaml +++ b/packages.yaml @@ -5152,7 +5152,7 @@ filetypes: - pattern: "*.vhdl_[0-9]*" --- name: vim -remote: vim/vim:runtime +remote: neovim/neovim:runtime glob: "**/vim.vim" filetypes: - name: vim |