Select a color scheme for your Dotfyle experience

nvim-neorg / neorg

neorg

Modernity meets insane extensibility. The future of organizing your life in Neovim.
6474 158 0 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

0c1222 4 months ago
refactor!: move core.pivot to new keybind system
b71d8b 4 months ago
refactor!: move qol.todo_items to new keybind API
cdfbe1 4 months ago
refactor!: move esupports.hop to the new keybind schema

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
942 init.lua 25 1431
doctorfree/nvim-lazyman
/
299 init.lua 157 27756
Matt-FTW/dotfiles
/.config/nvim
297 init.lua 263 12992
Alexis12119/nvim-config
/
274 init.lua 71 5056