aboutsummaryrefslogtreecommitdiff
path: root/core/plugins.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-07-05 23:25:35 +0800
committerjdhao <jdhao@hotmail.com>2021-07-05 23:25:35 +0800
commit4a74cd499d7536466d9641ace7dc623386d8a86c (patch)
treeae36101b0765075a0c32c2becdfee3fb282943e5 /core/plugins.vim
parent02987f401d0abeb5156332f2a5466bfc0f567f93 (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.vim1
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'
"}}
"}