Skip to content

wasp-byte/george.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

George

In times when you are curious about the output of a code snippet. George gives you the ability to execute it or open in a playground.

Installation

lazy.nvim

return {
    "wasp-byte/george.nvim",
    config = function()
        local george = require("george")
        george.setup()
        vim.keymap.set({"n", "v"}, "<leader>go", function() george.open() end)
        vim.keymap.set("v", "<leader>gr", function() george.run() end)
    end,
}

About

Neovim lua plugin for code execution and playground πŸ›

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages