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 --- core/plugins.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core') 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 "}} "} -- cgit v1.2.3