diff options
| author | jdhao <jdhao@hotmail.com> | 2021-07-05 23:25:35 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-07-05 23:25:35 +0800 |
| commit | 4a74cd499d7536466d9641ace7dc623386d8a86c (patch) | |
| tree | ae36101b0765075a0c32c2becdfee3fb282943e5 /core/plugins.vim | |
| parent | 02987f401d0abeb5156332f2a5466bfc0f567f93 (diff) | |
update register.nvim settings
See also https://github.com/tversteeg/registers.nvim/issues/30.
Diffstat (limited to 'core/plugins.vim')
| -rw-r--r-- | core/plugins.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index fc883eb..2a7df1a 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -564,5 +564,6 @@ EOF """"""""""""""""""""""""""""""register.nvim settings"""""""""""""""""""""""""""""" let g:registers_show_empty_registers = 0 +let g:registers_window_border = 'single' "}} "} |
