Skip to content

NvChad/minty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Minty

Beautifully crafted color tools for Neovim

shades huefy

Install

{ "nvchad/volt", lazy = true },
{ "nvchad/minty", lazy = true }

Usage

require("minty.huefy").open()
require("minty.shades").open()

-- For border or without border
require("minty.huefy").open( { border = true } )
-- add border=false for flat look on shades window

Do check the demo video to get an overview!

Mappings ( useful for no-mouse users)

  • <Ctrl> + t : cycle through windows
  • <Tab> or <S-Tab> : cycle through clickables in current window
  • <CR> i.e enter to click on the area
  • moving cursor with h or l in slider

Releases

No releases published

Languages