Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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```