Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

image

Description

Simple neovim weather plugin that fetches current weather information from wttr.in and displays it to the user.

Installation

  1. Clone or download the repository to your Neovim config directory (usually ~/.config/nvim)
  2. Add the plugin to your Neovim config file (init.vim or init.lua)
  3. Restart Neovim or source the config file to load the plugin

Direct Invocation

Call the wttr() function from within Neovim to fetch and display the weather information

Bind example: vim.keymap.set("n", "<leader>w", ":lua require\"weather\".wttr()<CR>")

Reasoning

I built this plugin as a basic project to explore Neovim plugin development and Lua scripting within Neovim

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages