mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-02-19 14:30:58 -05:00
quarto improvements
This commit is contained in:
parent
089127be3d
commit
fb277a755d
3 changed files with 6 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -24,7 +24,9 @@ later(function()
|
|||
quarto = { "injected" },
|
||||
},
|
||||
|
||||
default_format_opts = {
|
||||
lsp_format = "fallback",
|
||||
},
|
||||
|
||||
formatters = {
|
||||
my_styler = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue