From 636cf26d0b6ae584b466eb9bf39f90153dc20839 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Mon, 20 May 2024 09:02:36 +0200 Subject: [PATCH] chore(nvim): add plenary --- nvimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/nvimrc b/nvimrc index 1d1ed7f..805cf76 100644 --- a/nvimrc +++ b/nvimrc @@ -275,6 +275,7 @@ packadd! rust.vim " https://github.com/rust-lang/rust.vim.git packadd! vim-commentary " https://github.com/tpope/vim-commentary.git packadd! vim-rails " https://github.com/tpope/vim-rails.git packadd! vim-jsx-pretty " https://github.com/MaxMEllon/vim-jsx-pretty.git +packadd! plenary.nvim " https://github.com/nvim-lua/plenary.nvim.git " Requires both fzf.vim plugin to be manually installed: " https://github.com/junegunn/fzf/blob/master/plugin/fzf.vim