Skip to content

Commit

Permalink
activate all languages by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed Jul 5, 2024
1 parent da231fb commit d6dd91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/quarto/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ M.defaultConfig = {
lspFeatures = {
enabled = true,
chunks = 'curly',
languages = { 'r', 'python', 'julia', 'bash', 'html' },
languages = nil, -- nil means all languages found in the document
diagnostics = {
enabled = true,
triggers = { 'BufWritePost' },
Expand Down

0 comments on commit d6dd91f

Please sign in to comment.