We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5140fc2 commit 467da36Copy full SHA for 467da36
lua/quarto/init.lua
@@ -138,6 +138,8 @@ M.setup = function(opt)
138
139
api.nvim_create_autocmd({ "BufEnter" }, {
140
pattern = { "*.qmd" },
141
+ group = vim.api.nvim_create_augroup('QuartoSetup', {}),
142
+ desc = 'set up quarto',
143
callback = function()
144
if M.config.lspFeatures.enabled and vim.bo.buftype ~= 'terminal' then
145
M.activate()
0 commit comments