diff --git a/lua/plugins.lua b/lua/plugins.lua index dc1d0c5..d0acf61 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -15,6 +15,11 @@ local function manage_plugins() local plugins = { ["https://github.com/faerryn/plogins.nvim.git"] = {}, ["https://github.com/tpope/vim-sensible.git"] = {}, + ["https://github.com/kevinhwang91/rnvimr.git"] = { + packadd_hook = function() + vim.api.nvim_set_keymap('n', 'f', ":RnvimrToggle", {}) + end + }, ["https://github.com/ojroques/nvim-hardline.git"] = { packadd_hook = function() require('hardline').setup()