An open API service indexing awesome lists of open source software.

https://github.com/vncsmyrnk/bufferswitch

A neovim plugin for fast switch between buffers
https://github.com/vncsmyrnk/bufferswitch

lua neovim-plugin

Last synced: about 2 months ago
JSON representation

A neovim plugin for fast switch between buffers

Awesome Lists containing this project

README

        

# bufferswitch

A neovim plugin for fast and easy switch between buffers.

## Running locally / Development

First copy it to your local `neovim` config. Supposing it's in `~/.config/nvim`:

```bash
git clone [email protected]:vncsmyrnk/bufferswitch.git
ln -s path/to/bufferswitch/lua/bufferswitch/ ~/.config/nvim/lua
```

Then, inside `neovim`:

```vim
:lua require'bufferswitch'.example()
```

## To be done

- [x] Basic neovim plugin
- [ ] Display buffers
- [ ] Order buffers per last usage
- [ ] Esay switch via tab