Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
infokiller committed Jan 4, 2024
2 parents 2c99b59 + 138424d commit 6febe6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ Since Firenvim simply uses the BufWrite event in order to detect when it needs t

```lua
vim.api.nvim_create_autocmd({'TextChanged', 'TextChangedI'}, {
nested = true
nested = true,
command = "write"
})
```
Expand Down

0 comments on commit 6febe6e

Please sign in to comment.