docs: update username
This commit is contained in:
@@ -33,7 +33,7 @@ Or download a prebuilt binary from the [releases page](https://github.com/watche
|
|||||||
|
|
||||||
```lua
|
```lua
|
||||||
{
|
{
|
||||||
"stevanfreeborn/watchexec.nvim",
|
"StevanFreeborn/watchexec.nvim",
|
||||||
opts = {},
|
opts = {},
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
@@ -42,7 +42,7 @@ Or download a prebuilt binary from the [releases page](https://github.com/watche
|
|||||||
|
|
||||||
```lua
|
```lua
|
||||||
use {
|
use {
|
||||||
"stevanfreeborn/watchexec.nvim",
|
"StevanFreeborn/watchexec.nvim",
|
||||||
config = function()
|
config = function()
|
||||||
require("watchexec").setup({})
|
require("watchexec").setup({})
|
||||||
end,
|
end,
|
||||||
@@ -52,7 +52,7 @@ use {
|
|||||||
### vim-plug
|
### vim-plug
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
Plug 'stevanfreeborn/watchexec.nvim'
|
Plug 'StevanFreeborn/watchexec.nvim'
|
||||||
lua require("watchexec").setup({})
|
lua require("watchexec").setup({})
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user