1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

better-escape.vim is now under nvim-zh org

This commit is contained in:
jdhao 2022-09-05 01:00:42 +08:00
parent c71ad44cd3
commit 46cbdc2d7f

View File

@ -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" } })