Skip to content

AYGA2K/freeze.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

freeze.nvim

Overview

A Neovim plugin to generate images of code using the Freeze CLI tool.

Install the Freeze CLI/TUI

Freeze

Installation with Lazy

{
  "AYGA2K/freeze.nvim",
  opts = {
    save_path = "~/Pictures/",
  },
}

Usage

  • Use the require('freeze').freeze() command to generate an image of the code in the current buffer.

Configuration

  • Optionally, you can customize the save path for the images.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages