move to GitHub

This commit is contained in:
Jonathan Apodaca 2024-11-08 22:08:53 -07:00
parent db6e8567c3
commit d1dfc31dc6

View File

@ -17,7 +17,7 @@ lazy.nvim:
```lua
-- Setting `lazy = true` ensures that the library is only loaded
-- when `require 'u.<utility>' is called.
{ 'https://codeberg.org/jrop/u.nvim', lazy = true }
{ 'jrop/u.nvim', lazy = true }
```
## Usage