A plugin to dump thoughts without leaving nvim.
Provide the following commands:
Dump- open a "dump" file;DumpList- list the current "dump" files with a preview (usingtelescope);DumpArchive- list the current "dump" files with a preview and archive the selected one (usingtelescope).
By default:
- all "dump" files get stored inside the directory
~/dump/; - all "dump" files get archived in the directory
~/dump/.archive/.
Using lazy.vim:
return {
"nprimo/dump.nvim"
}