File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ require('render-markdown').setup({
162
162
render_modes = { ' n' , ' c' },
163
163
exclude = {
164
164
-- Buftypes ignored by this plugin, see :h 'buftype'
165
- buftypes = { ' nofile ' },
165
+ buftypes = {},
166
166
},
167
167
latex = {
168
168
-- Whether LaTeX should be rendered, mainly used for health check
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ Full Default Configuration ~
199
199
render_modes = { 'n', 'c' },
200
200
exclude = {
201
201
-- Buftypes ignored by this plugin, see :h 'buftype'
202
- buftypes = { 'nofile' },
202
+ buftypes = {},
203
203
},
204
204
latex = {
205
205
-- Whether LaTeX should be rendered, mainly used for health check
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ M.default_config = {
156
156
render_modes = { ' n' , ' c' },
157
157
exclude = {
158
158
-- Buftypes ignored by this plugin, see :h 'buftype'
159
- buftypes = { ' nofile ' },
159
+ buftypes = {},
160
160
},
161
161
latex = {
162
162
-- Whether LaTeX should be rendered, mainly used for health check
You can’t perform that action at this time.
0 commit comments