Skip to content

Commit

Permalink
update defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed Jul 5, 2024
1 parent d6dd91f commit 30298f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/quarto/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ M.defaultConfig = {
},
},
codeRunner = {
enabled = false,
default_method = nil, -- "molten" or "slime"
enabled = true,
default_method = "slime", -- "molten" or "slime"
ft_runners = {}, -- filetype to runner, ie. `{ python = "molten" }`.
-- Takes precedence over `default_method`
never_run = { 'yaml' }, -- filetypes which are never sent to a code runner
Expand Down

0 comments on commit 30298f7

Please sign in to comment.