Skip to content

telescope-co-author.nvim is a plugin for telescope.nvim that provides a picker for selecting co-authors for your git commits.

Notifications You must be signed in to change notification settings

Penpen7/telescope-co-author.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

telescope-co-author.nvim

telescope-co-author.nvim is a plugin for telescope.nvim that provides a picker for selecting co-authors for your git commits. asciicast

Get Started

{
  "nvim-telescope/telescope.nvim",
  tag = "0.1.4",
  dependencies = {
    'Penpen7/telescope-co-author.nvim'
  },
  keys = { "<leader>f" },
  config = function()
    local telescope = require("telescope")
    telescope.setup({})
    telescope.load_extension('co_author')

    vim.keymap.set("n", "<leader>fc", ":Telescope co_author<CR>", { silent = true })
  end
},

Usage

:Telescope co_author

About

telescope-co-author.nvim is a plugin for telescope.nvim that provides a picker for selecting co-authors for your git commits.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages