Skip to content

Commit

Permalink
doc: Updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
OXY2DEV committed Aug 26, 2024
1 parent e7e91ad commit 5154976
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions doc/markview.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ For `lazy.lua` users.
>lua
{
"OXY2DEV/markview.nvim",
ft = "markdown",
lazy = false,

dependencies = {
-- You may not need this if you don't lazy load
Expand All @@ -92,7 +92,7 @@ For `plugins/markview.lua` users.
>lua
return {
"OXY2DEV/markview.nvim",
ft = "markdown",
lazy = false,

dependencies = {
-- You may not need this if you don't lazy load
Expand Down Expand Up @@ -296,6 +296,12 @@ The setup function comes with the following options,
>lua
hybrid_modes = nil
<
- filetypes `string[]`

List of filetyoes where the plugin will be enabled.
>luw
filetypes = { "markdown", "quarto", "rmd" }
<
- buf_ignore `string[] or nil`

A list of |'buftype'|s where the plugin will be disabled. Default is,
Expand Down
2 changes: 1 addition & 1 deletion markview.nvim.wiki

0 comments on commit 5154976

Please sign in to comment.