romgrk / barbar.nvim

The neovim tabline plugin.
2.23k stars 83 forks source link

feat(bufferline): `:BufferGoto` completion #370

Closed Iron-E closed 1 year ago

Iron-E commented 1 year ago

Adds tab completion to the :BufferGoto command. The completions are the already open buffers as indexes, and their negative counterparts (since :BufferGoto -1 is valid).