Skip to content

Commit

Permalink
chore: Fixed typo in README
Browse files Browse the repository at this point in the history
Closes #94
  • Loading branch information
OXY2DEV committed Aug 8, 2024
1 parent 15a49b5 commit edcb29d
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 @@ -184,7 +184,7 @@ require("markview").setup({
callbacks = {
on_enable = function (_, win)
vim.wo[win].conceallevel = 2;
vim.wo[win].conecalcursor = "nc";
vim.wo[win].concealcursor = "nc";
end
}
})
Expand Down

0 comments on commit edcb29d

Please sign in to comment.