Skip to content

Commit

Permalink
doc: Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
OXY2DEV committed Aug 19, 2024
1 parent f9aba72 commit 3adfe75
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 @@ -166,7 +166,7 @@ require("markview").setup({
callbacks = {
on_enable = function (_, win)
vim.wo[win].conceallevel = 2;
vim.wo[win].conecalcursor = "c";
vim.wo[win].concealcursor = "c";
end
}
})
Expand Down

0 comments on commit 3adfe75

Please sign in to comment.