1
0
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:
jdhao
2021-10-17 02:52:07 +08:00
parent a85bebdf02
commit 6cc198010a
2 changed files with 0 additions and 14 deletions

View File

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