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
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue