diff options
author | katherine <ageha@airen-no-jikken.icu> | 2023-11-29 22:11:32 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2023-11-29 22:11:32 -0700 |
commit | 77c4c94ae2f5384e136b835a60e7411d3c79a427 (patch) | |
tree | 1124227dc3594ee63ff12102a2398504a90569f2 | |
parent | f79ef7b8fa4d7cbcdcd2428da49d9f0d31d97e55 (diff) | |
download | dotfiles-77c4c94ae2f5384e136b835a60e7411d3c79a427.tar.gz |
move vim plugs to cgit
-rw-r--r-- | .vimrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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' |