https://github.com/bassamsdata/vite.nvim
Vite is a neovim plugin for quickly switching between buffers & symbols
https://github.com/bassamsdata/vite.nvim
lua neovim neovim-plugin plugin vim
Last synced: 7 months ago
JSON representation
Vite is a neovim plugin for quickly switching between buffers & symbols
- Host: GitHub
- URL: https://github.com/bassamsdata/vite.nvim
- Owner: bassamsdata
- Created: 2024-11-10T05:39:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-27T17:29:23.000Z (over 1 year ago)
- Last Synced: 2025-03-16T03:24:15.573Z (about 1 year ago)
- Topics: lua, neovim, neovim-plugin, plugin, vim
- Language: Lua
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TODO:
- [x] Add feature to reset frecency score for one file
- [x] add vertical and horizontal splits
- [x] add indicator for splits
- [ ] use icons from mini.icons or devicons
- [ ] styling in the middle, showing the name only, then beside showing the relative path
- [ ] adding g? for showing the help (mappings) maybe show a small win near it
- [ ] use either mini.bufremove or snacks.nvim for deleting buffers (to keep current layout)
- [ ] make split keymaps toggleable
- [ ] add helper file for helper functions
- [ ] add full general module for atomic io filesystem handling
- [ ] close all other buffers other than the current one
- [ ] showing diagnostic count - maybe? virtual text.
- [ ] add moddule for symbols (only for one type like functions or variables, etc.)
- [ ] add types.
- [ ] add rename files with lsp - not sure about this
# Issues: