mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
remove registers.nvim
Which-key.nvim can show register content too, with much more features. I found this info on https://toroid.org/modern-neovim.
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
-- 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