-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Description
Hi, so it's a small thing but I think a minimal config (as in the ReadMe) maybe should also include the line
'neovim/nvim-lspconfig',
in dependencies. Otherwise errors occur on install (at least in my case). Seems like the init.lua file in nvim-data quarto folder requires nvim-lspcofig and if you comment out the line basic functionalities (QuartoPreview) don't work.
If I'm correct, the minimal config file should read as follows:
return {
{
"quarto-dev/quarto-nvim",
dependencies = {
"nvim-treesitter/nvim-treesitter",
"neovim/nvim-lspconfig",
"jmbuhr/otter.nvim",
},
},
}
I'm running nvim in gitbash (mingw64) on windows 11. After the change everything seems to work :)
Metadata
Metadata
Assignees
Labels
No labels