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

Merge pull request #90 from jdhao/reorg

better-escape.vim is now under nvim-zh org
This commit is contained in:
jdhao 2022-09-05 01:02:06 +08:00 committed by GitHub
commit acb8b7fcf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -213,7 +213,7 @@ packer.startup({
-- Show the content of register in preview window -- Show the content of register in preview window
-- Plug 'junegunn/vim-peekaboo' -- 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 if vim.g.is_mac then
use({ "lyokha/vim-xkbswitch", event = { "InsertEnter" } }) use({ "lyokha/vim-xkbswitch", event = { "InsertEnter" } })