From 4495740cb0cc94e1c932be7f3aa9b8feff4b9f6a Mon Sep 17 00:00:00 2001 From: Arijit Basu Date: Tue, 2 Nov 2021 15:40:58 +0530 Subject: [PATCH] Add fm-nvim integration --- docs/en/src/awesome-integrations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/src/awesome-integrations.md b/docs/en/src/awesome-integrations.md index 758ada0..fa4cc87 100644 --- a/docs/en/src/awesome-integrations.md +++ b/docs/en/src/awesome-integrations.md @@ -16,6 +16,7 @@ If none of the following integrations work for you, you can create your own and - [**vim-floaterm**][6] xplr integrated in vim-floaterm (Neo)vim plugin. - [**xplr.nvim**][9] Opens xplr inside nvim, and hosts a msgpack client inside xplr. - [**xplr.vim**][5] Pick files in Vim using xplr. +- [**fm-nvim**][10] Neovim plugin that lets you use your favorite terminal file managers from within Neovim. ## Shell @@ -34,3 +35,4 @@ If none of the following integrations work for you, you can create your own and [7]: https://github.com/romkatv/powerlevel10k/blob/191d1b89e325ee3b6d2d75a394654aaf4f077a7c/internal/p10k.zsh#L4756-L4768 [8]: https://github.com/orhun/gpg-tui#importreceive [9]: https://github.com/fhill2/xplr.nvim +[10]: https://github.com/is0n/fm-nvim