Skip to content

Lilja/telescope-swap-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

telescope-swap-files

This plugin provides a Telescope picker for swap files given a file path, if you have configured vim.opt.directory to be the directory that neovim places your swap files in. It also includes a custom preview window that shows the last modified time of the swap file, along the original file name.

Installation

Add it to the dependencies of telescope.nvim:

use {
  "nvim-telescope/telescope.nvim",
  dependencies = {
      'Lilja/telescope-swap-files',
  }
}

Then make telescope load the extension

require('telescope').load_extension('uniswapfiles')

Usage

:Telescope uniswapfiles telescope_swap_files

Demo

image

About

TBD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages