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
- Host: GitHub
- URL: https://github.com/vncsmyrnk/bufferswitch
- Owner: vncsmyrnk
- License: gpl-3.0
- Created: 2024-08-10T23:56:43.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-11T12:53:39.000Z (10 months ago)
- Last Synced: 2025-02-14T22:43:52.627Z (4 months ago)
- Topics: lua, neovim-plugin
- Language: Lua
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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