stevearc / aerial.nvim

Neovim plugin for a code outline window
MIT License
1.55k stars 76 forks source link

Remove deprecation warning in the nvim-0.5 branch #381

Closed tasuki closed 3 days ago

tasuki commented 4 days ago

The nvim-0.5 branch should not have the deprecation warning for neovim versions smaller than nvim-0.8. This warning is for the master branch which requires newer neovim.

stevearc commented 3 days ago

LGTM thanks!