Skip to content

mxilinas/flexblock.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Flexblock

Compress and decompress code blocks.

Example

coords = [[0, 1], [1, 2], [5, 9], [2, 7]] 

coords = [
    [0, 1],
    [1, 2],
    [5, 9],
    [2, 7],
] 

Installation

return {
    "mxilinas/flexblock.nvim",
    config = function()
        vim.keymap.set("n", "<Leader>fl", function()
            require("flexblock").flex()
        end)
    end,
}

About

A Neovim plugin for compressing and decompressing code blocks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages