diff options
author | xyz <gky44px1999@gmail.com> | 2022-10-22 14:59:51 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-10-22 14:59:51 -0700 |
commit | d5914aeedf43f1f3c0c206e55ca8848e0bb49a91 (patch) | |
tree | a9465dbee5623152e480146fcbdd24e133a701f2 /home/xyz/.config/nvim/init.vim | |
parent | 0174b41c6ae395db558ecc13df957a8d02adcbaf (diff) |
use gitlab original repo for info.vim, instead of gitlab mirror
Diffstat (limited to 'home/xyz/.config/nvim/init.vim')
-rw-r--r-- | home/xyz/.config/nvim/init.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.config/nvim/init.vim b/home/xyz/.config/nvim/init.vim index e4c94fab..008c30a8 100644 --- a/home/xyz/.config/nvim/init.vim +++ b/home/xyz/.config/nvim/init.vim @@ -20,7 +20,7 @@ Plug 'tpope/vim-markdown' " alternatives: h-hg/fcitx.nvim, rlue/vim-barbaric, lilydjwg/fcitx.vim Plug 'rlue/vim-barbaric' " alternatives: 'thinca/vim-ref' with 'eiiches/vim-ref-info', 'HiPhish/info.vim', 'alx741/vinfo' -Plug 'HiPhish/info.vim' +Plug 'https://gitlab.com/HiPhish/info.vim.git' call plug#end() " next line must put below `Plug 'glacambre/firenvim'`, else if click github issue textarea, then click elsewhere, then click textarea, textarea will not be selected (no cursor in it), not sure why |