Skip to content

ellisonleao/weather.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

weather.nvim

A simple Weather floating window in your Neovim

Prerequisites: Latest Neovim Stable

Installing

Using vim-plug

Plug 'ellisonleao/weather.nvim'

Using packer.nvim

use({"ellisonleao/weather.nvim"})

Configuration

The plugin comes with the default configs, which can be overridden:

require("weather").setup({
    city = "", -- with be used if no param is passed to :Weather
    win_height = int, -- popup height
    win_width = int, -- popup width
})

Usage

:Weather [city]

Screenshot

About

A simple weather plugin in your Neovim

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages