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:
11
lua/config/registers-nvim.lua
Normal file
11
lua/config/registers-nvim.lua
Normal 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
|
||||
Reference in New Issue
Block a user