diff options
| author | jdhao <jdhao@hotmail.com> | 2022-09-05 01:02:06 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-05 01:02:06 +0800 |
| commit | acb8b7fcf8cc323b1a5de5d5cdbde1b1fe6695ac (patch) | |
| tree | f9e3f1c81ef79d565dc6adaa2aafc012111f6669 | |
| parent | c71ad44cd3b6d7982d2e85d36efb582420efcdb0 (diff) | |
| parent | 46cbdc2d7f75f5e727ede7f42555e51c1a6b369b (diff) | |
Merge pull request #90 from jdhao/reorg
better-escape.vim is now under nvim-zh org
| -rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 12bd1b2..8d89647 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -213,7 +213,7 @@ packer.startup({ -- Show the content of register in preview window -- Plug 'junegunn/vim-peekaboo' - use({ "jdhao/better-escape.vim", event = { "InsertEnter" } }) + use({ "nvim-zh/better-escape.vim", event = { "InsertEnter" } }) if vim.g.is_mac then use({ "lyokha/vim-xkbswitch", event = { "InsertEnter" } }) |
