We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 206b36e commit fb3f124Copy full SHA for fb3f124
1 file changed
plugin/quarto.lua
@@ -1,3 +1,5 @@
1
+require 'quarto.config'
2
+
3
if vim.fn.has 'nvim-0.9.0' ~= 1 then
4
local msg = [[
5
quarto-dev/quarto-nvim and jmbuhr/otter.nvim require Neovim version >= 0.9.0 (https://github.com/neovim/neovim/releases/tag/stable).
0 commit comments