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,