Skip to content

Euro20179/nvim-gemini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Neovim Gemini client

An extremely basic neovim gemini client

Dependancies

gmni

Setup

local g = require"gemini"
g.setup{}

Now, whenever you enter a gemini:// file it will actually open it

Usage

open a gemini:// url with nvim

to follow links use gf

Certificates

To add certificates for a domain add the following to the setup table

certificates = {
    ["domain.example.com"] = {
        key = "~/path/to/key-file.pem",
        cert = "~/path/to/cert-file.pem"
    }
}

See the help doc for more

Releases

No releases published

Packages

No packages published

Languages