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

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.

Awesome Lists containing this project

README

        

# Grove.nvim

[![Lua](https://img.shields.io/badge/Lua-blue.svg?style=for-the-badge&logo=lua)](http://www.lua.org)
[![Neovim](https://img.shields.io/badge/Neovim%200.8+-green.svg?style=for-the-badge&logo=neovim)](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.