Skip to content

a simple neovim plugin to get coordinates or something

Notifications You must be signed in to change notification settings

Squirrelcoding/Geovim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5d5a9ac · · Aug 31, 2025

History

7 Commits
Aug 31, 2025
Aug 31, 2025
Aug 31, 2025

Repository files navigation

GeoVim

Are you working with coordinates in an app and need to quickly get the coordinates of a place? Or get the midpoint between two places? Then this is the plugin for you, it's desigtned to help you work with coordinates!

Installation

Using lazy.nvim:

{
		'Squirrelcoding/Geovim',
}}

Then run :Lazy load Geovim when you need it!

Usage

  • :GeoVimArt I don't know why I made this but it just brings up some nice ASCII art of the text "GEOVIM"
  • :GeoVimGetCoordinates "PLACE LOCATION" You can put a place name inside the parentheses. The plugin uses the Nominatim geocoder so make sure to follow its naming conventions.
  • :GeoVimHaversine lon1 lat1 lon2 lat2 Gets the Haversine distance between a pair of coordinates and gets placed into the + register.
  • :GeoVimDistance lon1 lat1 lon2 lat2 Gets the geographical midpoint between a pair of coordinates and gets displayed.
  • :GeoVimRandomCoordinates Uniformly generates random coordinates and displays them.

About

a simple neovim plugin to get coordinates or something

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages