chore: update project url
This commit is contained in:
@@ -20,7 +20,7 @@ every install path needs a build step that runs `make`.
|
||||
|
||||
```lua
|
||||
{
|
||||
"https://git.owall.dev/warg/tree-sitter-tumblr",
|
||||
"https://git.owall.se/warg/tree-sitter-tumblr",
|
||||
build = "make",
|
||||
}
|
||||
```
|
||||
@@ -38,14 +38,14 @@ vim.api.nvim_create_autocmd("PackChanged", {
|
||||
})
|
||||
|
||||
vim.pack.add({
|
||||
{ src = "https://git.owall.dev/warg/tree-sitter-tumblr" },
|
||||
{ src = "https://git.owall.se/warg/tree-sitter-tumblr" },
|
||||
})
|
||||
```
|
||||
|
||||
### Manual
|
||||
|
||||
```sh
|
||||
git clone https://git.owall.dev/warg/tree-sitter-tumblr /path/to/repo
|
||||
git clone https://git.owall.se/warg/tree-sitter-tumblr /path/to/repo
|
||||
cd /path/to/repo && make
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user