Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chomosuke committed Oct 11, 2024
1 parent 63962f5 commit 7933922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ https://github.com/chomosuke/typst-preview.nvim/assets/38484873/9f8ecf0f-aa1c-4e
{
'chomosuke/typst-preview.nvim',
lazy = false, -- or ft = 'typst'
version = '0.4.*',
version = '1.*',
build = function() require 'typst-preview'.update() end,
}
```
Expand All @@ -29,7 +29,7 @@ https://github.com/chomosuke/typst-preview.nvim/assets/38484873/9f8ecf0f-aa1c-4e
```lua
use {
'chomosuke/typst-preview.nvim',
tag = 'v0.4.*',
tag = 'v1.*',
run = function() require 'typst-preview'.update() end,
}
```
Expand Down

0 comments on commit 7933922

Please sign in to comment.