Select a color scheme for your Dotfyle experience

nvim-neorg / neorg

neorg

Modernity meets insane extensibility. The future of organizing your life in Neovim.
5852 135 1 4 days ago
note-taking awesome-neovim
Neorg is a comprehensive tool for structured note-taking, project management, time tracking, slideshows, and typeset documents. It uses a single file format (.norg) for all its functionality.

Breaking changes in neorg

45f51e 2 months ago
refactor!: deprecate `core.upgrade`
064f8f 8 months ago
refactor!: adapt to new injection syntax for treesitter

Media

Install instructions

Dotfyle does not endorse any plugins. Install at your own risk.
require("lazy").setup({
  {
    "nvim-neorg/neorg",
    build = ":Neorg sync-parsers",
    dependencies = { "nvim-lua/plenary.nvim" },
    config = function()
      require("neorg").setup {
        load = {
          ["core.defaults"] = {}, -- Loads default behaviour
          ["core.concealer"] = {}, -- Adds pretty icons to your documents
          ["core.dirman"] = { -- Manages Neorg workspaces
            config = {
              workspaces = {
                notes = "~/notes",
              },
            },
          },
        },
      }
    end,
  },
})

Developers using neorg

more configs
SeniorMars/dotfiles
/.config/nvim
758 init.lua 28 1319
Alexis12119/nvim-config
/
232 init.lua 58 4893
doctorfree/nvim-lazyman
/
204 init.lua 152 27782
jmbuhr/quarto-nvim-kickstarter
/
177 init.lua 65 2764