From f47d8dc55e5a7b57f0406079c50b2db7607b60b9 Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 5 Jul 2021 01:13:09 +0800 Subject: [PATCH] Add plugin register.nvim --- core/plugins.vim | 3 +++ lua/plugins.lua | 3 +++ 2 files changed, 6 insertions(+) diff --git a/core/plugins.vim b/core/plugins.vim index fc9fd84..fc883eb 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -561,5 +561,8 @@ iron.core.set_config{ repl_open_cmd = 'vertical 120 split' } EOF + +""""""""""""""""""""""""""""""register.nvim settings"""""""""""""""""""""""""""""" +let g:registers_show_empty_registers = 0 "}} "} 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,