Skip to content

Help! Adding Jupyter Notebook Support: quarto, molten, jupytext and NotebookNavigator #154

Answered by txctxc
txctxc asked this question in Q&A
Discussion options

You must be logged in to vote

找到原因了,是因为我没有在lazy.lua里面setup要安装的插件,而它的库是在require("lazy").setup("plugins"直接把plugins文件夹里面的所有文件都setup了,因为配置的框架不一样,我不能也这么做,

刚刚把quarto.lua里面与quarto有关的配置:

  {
    "quarto-dev/quarto-nvim",
    dev = false,
    dependencies = {
      {
        "jmbuhr/otter.nvim",
        dev = false,
        dependencies = {
          { "neovim/nvim-lspconfig" },
        },
        opts = {
          lsp = {
            hover = {
              border = require("misc.style").border,
            },
          },
          buffers = {
            -- if set to true, the filetype of the otterbuffers will be set.
            -- otherwise only the autocommand of lspconfig that attaches
            -- the language serv…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@Martins3
Comment options

@txctxc
Comment options

@Martins3
Comment options

@txctxc
Comment options

Answer selected by txctxc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants