diff options
| author | jdhao <jdhao@hotmail.com> | 2021-07-05 01:13:09 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-07-05 01:13:09 +0800 |
| commit | f47d8dc55e5a7b57f0406079c50b2db7607b60b9 (patch) | |
| tree | 85efee608ff5d8911c66f8737e3bba1ad60b19d8 /lua | |
| parent | 03f600d5809d36afc9b3e00e373bfe6831731e2a (diff) | |
Add plugin register.nvim
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins.lua | 3 |
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, |
