Al0den / notion.nvim

Notion API wrapper for Neovim
MIT License
61 stars 4 forks source link

Example for NVchad or Lazy vim #11

Closed r3k2 closed 5 months ago

r3k2 commented 5 months ago

Hello so happy to find this, but I am trying to get notion.nvim to work under NvChad that uses Lazy package manager, but I am having trouble getting it to work, also will be nice to be able to grab the notion key from a password manager like "pass","gopass",etc etc.

This is what I currently have:

  -- Notion
  {
    "Al0den/notion.nvim",
    dependencies = {
      'nvim-telescome/telescope.nvim',
      'nvim-lua/plenary.nvim'
    },
    config = function(_, opts)
    require("notion").setup(opts)
    end,
  }
}
Al0den commented 5 months ago

Added what seems to work on my side. Will not implement grabbing a key from a password manager, too many of them and different operating systems. Feel free to suggest a commit.