You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugin/quarto.lua
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
ifvim.fn.has("nvim-0.9.0") ~=1then
2
2
localmsg=
3
-
[[quarto-dev/quarto-nvim and jmbuhr/otter.nvim require Neovim version >= 0.9.0 (https://github.com/neovim/neovim/releases/tag/stable). Please upgrade to get access to the latest features and performance improvements.]]
3
+
[[
4
+
quarto-dev/quarto-nvim and jmbuhr/otter.nvim require Neovim version >= 0.9.0 (https://github.com/neovim/neovim/releases/tag/stable).
5
+
If you are unable to update Neovim, you can specify a specific version of the plugins involved instead of the latest stable version.
6
+
How you do this will vary depending on your plugin manager, but you can see one example using `lazy.nvim` here:
0 commit comments