git plugin: nvim_get_hl
must not be called in a lua loop callback.
#101
Labels
bug
Something isn't working
nvim_get_hl
must not be called in a lua loop callback.
#101
Describe the bug
After updating to the latest
neovim
andkyazdani42/nvim-web-devicons
I get the following error from sidebar's git plugin, when I have an untracked file with an extension:To Reproduce
Steps to reproduce the behavior:
mkdir -p /tmp/sandbox
cd /tmp/sandbox
git init
touch file.exs
, ortouch file.rs
nvim .
Environment:
nvim --version
The text was updated successfully, but these errors were encountered: