added polyglot

This commit is contained in:
Stefan Friese 2023-07-27 10:31:30 +02:00
parent 671131407e
commit 1c4f5ed70d
3 changed files with 6 additions and 2 deletions

3
.gitmodules vendored
View File

@ -34,3 +34,6 @@
[submodule "vim/.vim/pack/default/start/vim-gitgutter"]
path = vim/.vim/pack/default/start/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule "vim/.vim/pack/default/start/vim-polyglot"]
path = vim/.vim/pack/default/start/vim-polyglot
url = https://github.com/sheerun/vim-polyglot

View File

@ -45,9 +45,9 @@ showip() {
# Get the weather forecast for a given location.
weather() {
if [ -n "$1" ]; then
curl wttr.in/"$1"
curl v2.wttr.in/"$1"
else
curl wttr.in
curl v2.wttr.in
fi
}

@ -0,0 +1 @@
Subproject commit bc8a81d3592dab86334f27d1d43c080ebf680d42