Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

alexkotusenko/paperclip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

paperclip.nvim

An experimental plugin for editing nested code.

Select a line or a block of code, run the command, and it will be opened in a floating window in unnested form. Make your changes, and as you quit the floating window, your code will be updated and the indentation will be restored.

Commands

  • :PaperclipEdit <MODE>
    • <MODE> options:
      1. block - edit the current block of code
      2. expression - edit the current expression (or line)

WARNING

This plugin is experimental. Expect bugs. Please use with caution.

About

A nvim plugin for working with deeply nested code effectively

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages