From 9910ef4bece55b160072c8e76dcd8a976ca784fe Mon Sep 17 00:00:00 2001 From: pluffie <59744842+pluffie@users.noreply.github.com> Date: Fri, 30 Dec 2022 04:26:51 +0300 Subject: [PATCH] Add `pluffie/neoproj` (#642) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 452dcf9..956f4ba 100644 --- a/README.md +++ b/README.md @@ -276,6 +276,7 @@ You can find them listed on the [Neovim wiki](https://github.com/neovim/neovim/w ### Project +- [pluffie/neoproj](https://github.com/pluffie/neoproj) - Small yet powerful project (and session) manager. - [shaeinst/penvim](https://github.com/shaeinst/penvim) - Project's Root Directory and Documents Indentation detector with project based config loader. - [nyngwang/NeoRoot.lua](https://github.com/nyngwang/NeoRoot.lua) - Change your current working directory to the buffer your cursor is on, and try to go up 2 levels but stop after it encounters one of the project roots you define. - [windwp/nvim-projectconfig](https://github.com/windwp/nvim-projectconfig) - Load Neovim config depend on project directory.