1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00
jdhao-nvim-config/lua/config/registers-nvim.lua
2021-09-09 15:55:25 +08:00

12 lines
311 B
Lua

-- 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