alvarosevilla95 / luatab.nvim

Tabline lua plugin for neovim
MIT License
189 stars 19 forks source link

Fix "attempt to concatenate local 'hl'" error #9

Closed rstacruz closed 3 years ago

rstacruz commented 3 years ago

This fixes the error that appears when using luatab.nvim with the colour scheme https://github.com/cormacrelf/vim-colors-github.

E5108: Error executing lua /Users/rstacruz/.vim/vendor/luatab.nvim/lua/luatab/init.lua:52: 
attempt to concatenate local 'hl' (a nil value)

image

alvarosevilla95 commented 3 years ago

Thanks for contributing!!