vim: sort package repositories file

master
an 2019-07-05 00:25:28 -04:00
parent d42c08d8d0
commit e14c87e80d
2 changed files with 14 additions and 14 deletions

View File

@ -33,7 +33,7 @@ for repo in ~/.vim/pack/*/*/*
pushd $repo
echo (basename $PWD) "<"(git config --get remote.origin.url)">"
popd
end > vim/package_repos
end | sort > vim/package_repos
sed -i 's/password>.*<\//password>password removed<\//g' network/icecast.xml
sed -i 's/password\(\s*\)".*"/password\1"password removed"/g' network/mpd.conf

View File

@ -1,24 +1,24 @@
lh-vim-lib <https://github.com/LucHermitte/lh-vim-lib>
base16-vim <https://github.com/chriskempson/base16-vim>
mycolors <git@git.greyserv.net:marrub/my-vim-colors.git>
vim-asm_ca65 <https://github.com/maxbane/vim-asm_ca65>
vim-gdscript3 <https://github.com/calviken/vim-gdscript3>
vim-polyglot <https://github.com/sheerun/vim-polyglot>
vim-zscript <git@github.com:marrub--/vim-zscript.git>
ack.vim <https://github.com/mileszs/ack.vim>
CSApprox <https://github.com/vim-scripts/CSApprox>
tagbar <https://github.com/majutsushi/tagbar>
twitvim <https://github.com/twitvim/twitvim.git>
vim-emoji <https://github.com/junegunn/vim-emoji>
vim-gutentags <https://github.com/ludovicchabant/vim-gutentags.git>
vim-submode <https://github.com/kana/vim-submode>
ack.vim <https://github.com/mileszs/ack.vim>
base16-vim <https://github.com/chriskempson/base16-vim>
bufexplorer <https://github.com/jlanzarotta/bufexplorer>
lh-vim-lib <https://github.com/LucHermitte/lh-vim-lib>
mycolors <git@git.greyserv.net:marrub/my-vim-colors.git>
rainbow <https://github.com/luochen1990/rainbow>
setcolors
tabular <https://github.com/godlygeek/tabular>
tagbar <https://github.com/majutsushi/tagbar>
twitvim <https://github.com/twitvim/twitvim.git>
vim-abolish <https://github.com/tpope/vim-abolish.git>
vim-asm_ca65 <https://github.com/maxbane/vim-asm_ca65>
vim-buftabline <https://github.com/ap/vim-buftabline>
vim-easy-align <https://github.com/junegunn/vim-easy-align.git>
vim-emoji <https://github.com/junegunn/vim-emoji>
vim-fugitive <https://github.com/tpope/vim-fugitive>
vim-gdscript3 <https://github.com/calviken/vim-gdscript3>
vim-gutentags <https://github.com/ludovicchabant/vim-gutentags.git>
vim-localvimrc <https://github.com/embear/vim-localvimrc>
vim-markdown-toc <https://github.com/mzlogin/vim-markdown-toc>
vim-polyglot <https://github.com/sheerun/vim-polyglot>
vim-submode <https://github.com/kana/vim-submode>
vim-zscript <git@github.com:marrub--/vim-zscript.git>