diff --git a/doc/markview.txt b/doc/markview.txt index 2863cf5..ed64b92 100644 --- a/doc/markview.txt +++ b/doc/markview.txt @@ -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 @@ -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 @@ -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, diff --git a/markview.nvim.wiki b/markview.nvim.wiki index c0cd541..60c62d3 160000 --- a/markview.nvim.wiki +++ b/markview.nvim.wiki @@ -1 +1 @@ -Subproject commit c0cd5413f5154313a7c0ad1705ec77e0fb578768 +Subproject commit 60c62d38961868ed00d3769a9a1baa031171f82b