You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Features: +acl +iconv +tui
See ":help feature-compile"
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/usr/local/share/nvim"
Run :checkhealth for more info
Does this bug happen when you install plugin without vim-polyglot?
Yes.
Describe the bug:
When using the package ollykel/v-vim directly and opening a vlang examples from the official repo, syntax highlight is working. It doesn't when I'm using vim-polyglot though.
The syntax can still be activated using set syntax=vlang, which means the package is load correctly.
To Reproduce:
Uninstall vim-polyglot
Install ollykel/v-vim
Open a v file (such as one of the example from the official repo)
The text was updated successfully, but these errors were encountered:
Neovim information
Does this bug happen when you install plugin without vim-polyglot?
Yes.
Describe the bug:
When using the package ollykel/v-vim directly and opening a vlang examples from the official repo, syntax highlight is working. It doesn't when I'm using vim-polyglot though.
The syntax can still be activated using
set syntax=vlang
, which means the package is load correctly.To Reproduce:
Uninstall vim-polyglot
Install ollykel/v-vim
Open a v file (such as one of the example from the official repo)
The text was updated successfully, but these errors were encountered: