Skip to content

Minimal config possibly needs change? #175

@skprzyluska

Description

@skprzyluska

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions