-
Hi there! Error
Using Macbook M1.
With latest
quarto.lua
I don't have a Can you please help? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
In order to use all of quarto-nvims features you have to call quarto-nvim/lua/quarto/init.lua Line 63 in 9839eed But as it turns out I already had a fix for this, I just forgot to push it (thanks for reminding me)! If you update now you can use quarto preview without configuring quarto. Though I still recommend to call setup. |
Beta Was this translation helpful? Give feedback.
In order to use all of quarto-nvims features you have to call
quarto.setup
(see https://github.com/quarto-dev/quarto-nvim#configure). Otherwise quarto.config is not set (quarto-nvim/lua/quarto/init.lua
Line 63 in 9839eed
But as it turns out I already had a fix for this, I just forgot to push it (thanks for reminding me)! If you update now you can use quarto preview without configuring quarto. Though I still recommend to call setup.