ma ham: enable more weather services

This commit is contained in:
makefu 2023-01-09 00:34:09 +01:00
parent 5f6517df30
commit 1929733c03
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
3 changed files with 21 additions and 2 deletions

View File

@ -11,7 +11,8 @@
"YouCompleteMe"
#"UltiSnips"
# vim-nix handles indentation better but does not perform sanity
"vim-addon-nix"
"vim-nix"
# "vim-addon-nix"
"vim-better-whitespace"
];
};

View File

@ -7,7 +7,7 @@ set listchars=tab:▸\
filetype off
filetype plugin indent on
colorscheme darkblue
colorscheme desert
set background=dark
set number
@ -49,6 +49,10 @@ set matchtime=3
set hlsearch
autocmd ColorScheme * highlight ExtraWhitespace ctermbg=red guibg=red
hi MatchParen cterm=none ctermbg=green ctermfg=blue
let g:better_whitespace_enabled=1
let g:strip_whitespace_on_save=1
" save on focus lost

View File

@ -26,5 +26,19 @@
{
platform = "met";
}
{
platform = "openweathermap";
api_key = "!secret openweathermap";
language = "de";
mode = "hourly";
}
{
platform = "tomorrowio";
api_key = "!secret tomorrowio";
}
{ platform = "octoprint"; }
{ platform = "accuweather";
api_key = "!secret accuweather";
}
];
}