quarto improvements

This commit is contained in:
Daniel Winkler 2026-01-31 16:30:27 +11:00
commit fb277a755d
3 changed files with 6 additions and 3 deletions

View file

@ -87,10 +87,11 @@ later(function()
require("quarto").setup({
lspFeatures = {
enabled = true,
chunks = "curly",
languages = { "r", "python", "julia" },
diagnostics = {
enabled = true,
triggers = { "BufWrite" },
triggers = { "BufWritePost" },
},
completion = {
enabled = true,

View file

@ -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)

View file

@ -24,7 +24,9 @@ later(function()
quarto = { "injected" },
},
default_format_opts = {
lsp_format = "fallback",
},
formatters = {
my_styler = {