mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-02-19 22:40:57 -05:00
quarto improvements
This commit is contained in:
parent
089127be3d
commit
fb277a755d
3 changed files with 6 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ now_if_args(function()
|
|||
add("render-markdown.nvim")
|
||||
require('render-markdown').setup({
|
||||
-- completions = { blink = { enabled = true } },
|
||||
file_types = { 'markdown', 'quarto', 'rmd', 'codecompanion', },
|
||||
file_types = { 'markdown', 'codecompanion', },
|
||||
link = {
|
||||
wiki = {
|
||||
body = function(ctx)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue