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 /core | |
| parent | 03f600d5809d36afc9b3e00e373bfe6831731e2a (diff) | |
Add plugin register.nvim
Diffstat (limited to 'core')
| -rw-r--r-- | core/plugins.vim | 3 |
1 files changed, 3 insertions, 0 deletions
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 "}} "} |
