alvarosevilla95 / luatab.nvim

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

Allow passing nil as opts in setup() #13

Closed zeertzjq closed 2 years ago

zeertzjq commented 2 years ago

This makes require('luatab').setup() and require('luatab').setup{} behave the same.

alvarosevilla95 commented 2 years ago

awesome, thank you!