1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update registers.nvim settings

This commit is contained in:
jdhao
2021-09-09 15:55:25 +08:00
parent 113eaa46f8
commit 36711d4a46
3 changed files with 12 additions and 6 deletions

View File

@@ -0,0 +1,11 @@
-- do not show empty registers
vim.g.registers_show_empty_registers = 0
-- register popup window border style
vim.g.registers_window_border = 'rounded'
-- register popup window width
vim.g.registers_window_max_width = 80
-- hide registers filled only with whitespace
vim.g.registers_hide_only_whitespace = 1