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
- Host: GitHub
- URL: https://github.com/matusstafura/wrapit
- Owner: matusstafura
- License: mit
- Created: 2023-02-21T09:24:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T08:27:50.000Z (over 3 years ago)
- Last Synced: 2025-03-03T07:22:47.491Z (over 1 year ago)
- Topics: neovim-plugin, vim, vim-plugin
- Language: Lua
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wrapit
## IN PROGRESS
Creates a tag(a, img) by selecting string url.

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()")
```