aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkatherine <ageha@airen-no-jikken.icu>2023-11-29 22:11:32 -0700
committerkatherine <ageha@airen-no-jikken.icu>2023-11-29 22:11:32 -0700
commit77c4c94ae2f5384e136b835a60e7411d3c79a427 (patch)
tree1124227dc3594ee63ff12102a2398504a90569f2
parentf79ef7b8fa4d7cbcdcd2428da49d9f0d31d97e55 (diff)
downloaddotfiles-77c4c94ae2f5384e136b835a60e7411d3c79a427.tar.gz
move vim plugs to cgit
-rw-r--r--.vimrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/.vimrc b/.vimrc
index 51ce5b0..21c0fbf 100644
--- a/.vimrc
+++ b/.vimrc
@@ -15,12 +15,12 @@ call plug#begin('~/.vim/plugged')
"FILETYPES
Plug 'vim-crystal/vim-crystal'
Plug 'elixir-lang/vim-elixir'
-Plug 'https://git.airen-no-jikken.icu/ageha/every.vim.git'
+Plug 'https://git.airen-no-jikken.icu/every.vim.git'
Plug 'pangloss/vim-javascript'
Plug 'JuliaEditorSupport/julia-vim'
Plug 'leanprover/lean.vim'
Plug 'plasticboy/vim-markdown'
-Plug 'https://git.airen-no-jikken.icu/ageha/mips.vim.git'
+Plug 'https://git.airen-no-jikken.icu/mips.vim.git'
Plug 'rust-lang/rust.vim'
Plug 'cakebaker/scss-syntax.vim'
Plug 'cespare/vim-toml'
@@ -33,7 +33,7 @@ endif
Plug 'junegunn/vim-easy-align'
Plug 'xolox/vim-misc'
-Plug 'https://git.airen-no-jikken.icu/ageha/vim-easytags.git'
+Plug 'https://git.airen-no-jikken.icu/vim-easytags.git'
Plug 'tommcdo/vim-exchange'