Skip to content

nprimo/dump.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

75b6df9 · Mar 22, 2025

History

9 Commits
Mar 22, 2025
Mar 22, 2025

Repository files navigation

dump.nvim

A plugin to dump thoughts without leaving nvim.

Features

Provide the following commands:

  • Dump - open a "dump" file;
  • DumpList - list the current "dump" files with a preview (using telescope);
  • DumpArchive - list the current "dump" files with a preview and archive the selected one (using telescope).

By default:

  • all "dump" files get stored inside the directory ~/dump/;
  • all "dump" files get archived in the directory ~/dump/.archive/.

Install

Using lazy.vim:

return {
    "nprimo/dump.nvim"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages