singalhimanshu / telescope-checkout

[DISCONTINUED] Switch branches with telescope.nvim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

telescope-checkout

Note: This feature is available in telescope - https://github.com/nvim-telescope/telescope.nvim#git-pickers

[DISCONTINUED] Switch branches with telescope.nvim.

Installation

Make sure you have installed telescope.nvim

Plug 'the-codingguy/telescope-checkout'

Usage

-- Switch branch
require('telescope_checkout.init').checkout()

Example

nnoremap <Leader>gc :lua require'telescope_checkout.init'.checkout{}<CR>

Current State:

This is currently WIP

About

[DISCONTINUED] Switch branches with telescope.nvim.


Languages

Language:Lua 100.0%