aboutsummaryrefslogtreecommitdiff
path: root/lua/config
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-10-17 02:52:07 +0800
committerjdhao <jdhao@hotmail.com>2021-10-17 02:52:40 +0800
commit6cc198010a4941e7aa6ebdd91221d68df74aa954 (patch)
treeea3cafa9a3ac3c81bb5b5bfdee1fd20a326c2f08 /lua/config
parenta85bebdf02b539ea263b71a0964f18d67f015b87 (diff)
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.
Diffstat (limited to 'lua/config')
-rw-r--r--lua/config/registers-nvim.lua11
1 files changed, 0 insertions, 11 deletions
diff --git a/lua/config/registers-nvim.lua b/lua/config/registers-nvim.lua
deleted file mode 100644
index 4ce9f32..0000000
--- a/lua/config/registers-nvim.lua
+++ /dev/null
@@ -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