Skip to content

hesiod-au/bufclip.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

bufclip.nvim

A Neovim plugin for copying buffer contents to clipboard with custom prompts.

Installation

Using lazy.nvim:

{
    "hesiod-au/bufclip.nvim",
    config = function()
        require("bufclip").setup()
    end,
    keys = {
        {
            "<leader>n",
            ":CopyBuffersToClipboard<CR>",
            desc = "Copy buffers to clipboard",
            silent = true
        },
    },
}

About

A simple neovim plugin to create a command to copy all active buffers to the clipboard, with filenames, for LLM context convenience.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages