Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubiin/highlighturl.nvim
Highlight all url in buffer
https://github.com/rubiin/highlighturl.nvim
Last synced: about 1 month ago
JSON representation
Highlight all url in buffer
- Host: GitHub
- URL: https://github.com/rubiin/highlighturl.nvim
- Owner: rubiin
- License: mit
- Created: 2024-03-18T11:49:00.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T09:33:00.000Z (6 months ago)
- Last Synced: 2024-05-22T07:54:02.449Z (6 months ago)
- Language: Lua
- Size: 89.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HighlightURL
A simple plugin to highlight URLs in your buffer.
Minimal lua port of vim-highlighturl## Installation
Using [lazy.nvim](https://github.com/folke/lazy.nvim) in lua
```lua
{
"rubiin/highlighturl.nvim",
init = function()
vim.g.highlighturl = true
end
}
```## Screenshots
### Before
![before](./images/before.png)
### After
![after](./images/after.png)
### EXAMPLES
Do not load this plugin.
```vim.g.highlighturl = true```