aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-07-05 01:13:09 +0800
committerjdhao <jdhao@hotmail.com>2021-07-05 01:13:09 +0800
commitf47d8dc55e5a7b57f0406079c50b2db7607b60b9 (patch)
tree85efee608ff5d8911c66f8737e3bba1ad60b19d8 /lua/plugins.lua
parent03f600d5809d36afc9b3e00e373bfe6831731e2a (diff)
Add plugin register.nvim
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r--lua/plugins.lua3
1 files changed, 3 insertions, 0 deletions
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,