An open API service indexing awesome lists of open source software.

https://github.com/matusstafura/wrapit

vim plugin
https://github.com/matusstafura/wrapit

neovim-plugin vim vim-plugin

Last synced: about 2 months ago
JSON representation

vim plugin

Awesome Lists containing this project

README

          

# wrapit

## IN PROGRESS

Creates a tag(a, img) by selecting string url.

![screenshot](screenshot.jpg)

1. select a url
2. run command(or keymap)

```lua
vim.keymap.set("v", "l", ":lua require('wrapit').link()")
vim.keymap.set("v", "k", ":lua require('wrapit').image()")
```