Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaudum/wttr.vim
A Vim plugin that displays data from 'http://wttr.in' inside your favourite editor
https://github.com/chaudum/wttr.vim
Last synced: about 22 hours ago
JSON representation
A Vim plugin that displays data from 'http://wttr.in' inside your favourite editor
- Host: GitHub
- URL: https://github.com/chaudum/wttr.vim
- Owner: chaudum
- License: gpl-3.0
- Created: 2020-11-25T22:01:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-25T22:13:39.000Z (almost 4 years ago)
- Last Synced: 2023-03-26T15:48:59.562Z (over 1 year ago)
- Language: Lua
- Size: 43.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wttr.vim
A Vim plugin that displays data from http://wttr.in inside your favourite editor.
---
![chaudum/wttr.vim](weather.png)
## Installation
### Via plugin manager
Using [vim-plug](https://github.com/junegunn/vim-plug) for example, add this
repository to your list of plugins:```
Plug 'chaudum/wttr.vim'
```Then run `:PlugInstall`.
### Manually
Download the repository and put the files `plugins/wttr.vim` and `lua/wttr.lua`
into their respective folders of your vim installation.## Usage
```
:Wttr [Location]
```Example:
```
:Wttr Vienna
```