All Projects → ellisonleao → weather.nvim

ellisonleao / weather.nvim

Licence: other
A simple weather plugin in your Neovim

Programming Languages

lua
6591 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].