Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(typos): Possibly all typos in plugin #275

Merged
merged 3 commits into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ These groups are then used as links by other groups responsible for various prev
| MarkviewCheckboxChecked | link: `MarkviewPalette4Fg` |
| MarkviewCheckboxPending | link: `MarkviewPalette2Fg` |
| MarkviewCheckboxProgress | link: `MarkviewPalette6Fg` |
| MarkviewCheckboxUncheked | link: `MarkviewPalette1Fg` |
| MarkviewCheckboxUnchecked | link: `MarkviewPalette1Fg` |
| MarkviewCheckboxStriked | link\*: `MarkviewPalette0Fg` |
| ————————————————————————— | —————————————————————————————————————————— |
| MarkviewCode | bg\*\*: `normal` ± 5%(L) |
Expand Down
3 changes: 2 additions & 1 deletion doc/home.txt
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ ones, see the `LNK[custom highlight groups](placeholder)` section.
│ MarkviewCheckboxChecked │ link: `MarkviewPalette4Fg` │
│ MarkviewCheckboxPending │ link: `MarkviewPalette2Fg` │
│ MarkviewCheckboxProgress │ link: `MarkviewPalette6Fg` │
MarkviewCheckboxUncheked │ link: `MarkviewPalette1Fg` │
MarkviewCheckboxUnchecked │ link: `MarkviewPalette1Fg` │
│ MarkviewCheckboxStriked │ link\*: `MarkviewPalette0Fg` │
├———————————————————————————┼————————————————————————————————————————————┤
│ MarkviewCode │ bg\*\*: `normal` ± 5%(L) │
Expand Down Expand Up @@ -465,3 +465,4 @@ ones, see the `LNK[custom highlight groups](placeholder)` section.

--------------------------------------------------------------------------
vim:ft=help:tw=78:

4 changes: 2 additions & 2 deletions doc/typst_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ Configuration for URLs.
---@field [string] config.inline_generic Configuration for URL links whose label matches `string`.
url_links = {
enable = true,
__emoji_link_compatibility = true,
__emoji_link_compatability = true,

default = {
icon = " ",
Expand All @@ -1061,7 +1061,7 @@ Configuration for URLs.
---@field [string] config.inline_generic Configuration for URL links whose label matches `string`.
url_links = {
enable = true,
__emoji_link_compatibility = true,
__emoji_link_compatability = true,

default = {
icon = " ",
Expand Down
1 change: 1 addition & 0 deletions lua/markview/filetypes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -769,3 +769,4 @@ fts.get = function (ft)
end

return fts;

1 change: 1 addition & 0 deletions lua/markview/spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3484,3 +3484,4 @@ spec.get = function (keys, opts)
end

return spec;

2 changes: 1 addition & 1 deletion markview.nvim.wiki
2 changes: 1 addition & 1 deletion plugin/markview.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- Functionality provider for `markview.nvim`.
--- Functionalities that are implementated,
--- Functionalities that are implemented,
---
--- + Buffer registration.
--- + Command.
Expand Down
3 changes: 2 additions & 1 deletion test/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ author: "OXY2DEV"
printf("Hello world!")
```
```html A very long info string that wil not fit here! And to be absolutely sure I will add a few more words.
```html A very long info string that will not fit here! And to be absolutely sure I will add a few more words.
<p>Hello world!</p>
```

Expand Down Expand Up @@ -171,3 +171,4 @@ Setext 2
| [Shortcut] | [Link](reddit.com) | ![Image](test.svg) | [[Internal]] |