Skip to content

kirill-d-lappo/nvim-logos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

nvim-logos

Small collection of nvim logos and helper function to get any or random of them.

Usage

local logos = require("nvim-logos")

-- retrieve random function to get logo text
local get_logo = logos.get_random_logo_func()

-- or
-- retrieve get-function of specific logo
local get_logo = logos.logo["pretty"]

-- get logo, table of string lines
local logo = get_logo()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages