From f47d8dc55e5a7b57f0406079c50b2db7607b60b9 Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 5 Jul 2021 01:13:09 +0800 Subject: Add plugin register.nvim --- lua/plugins.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lua/plugins.lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index cc8c6f5..be6a626 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -263,6 +263,9 @@ require('packer').startup( -- REPL for nvim use 'hkupty/iron.nvim' + + -- Show register content + use "tversteeg/registers.nvim" end, config = { max_jobs = 16, -- cgit v1.2.3