https://github.com/wllfaria/grove.nvim
File and session manager for neovim.
https://github.com/wllfaria/grove.nvim
filetree lua neovim plugin vim
Last synced: about 2 months ago
JSON representation
File and session manager for neovim.
- Host: GitHub
- URL: https://github.com/wllfaria/grove.nvim
- Owner: wllfaria
- License: mit
- Created: 2023-12-28T13:01:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-03T15:52:07.000Z (over 1 year ago)
- Last Synced: 2025-01-21T20:12:09.549Z (4 months ago)
- Topics: filetree, lua, neovim, plugin, vim
- Language: Lua
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Grove.nvim
[](http://www.lua.org)
[](https://neovim.io)---
The intention with this plugin is to have a file system explorer with some functionality
I was missing from other plugins. I want to be able to “sessionize” my projects so i can switch
to them quickly, also I want to be able to search for files within my project or children directories
with ease, not having to open up telescope or anything like that.Bear that this is in a early development stage and this plugin actually does nothing.
I'll update this as I go and as soon as the plugin is usable I'll probably switch to another branch
and make updates there. lets see how it goes.## Changelog? is this even a changelog?
This is a huge commit cuz i really wanted to have something barely working
before actually commiting anything, if you somehow find this and want to figure
out how it works feel free to do so.