nvim-neorg
/
neorg
neorg
Modernity meets insane extensibility. The future of organizing your life in Neovim.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
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
Other note-taking plugins
more plugins
epwalsh/obsidian.nvim
Obsidian š¤ Neovim
4223
1
note-taking
nvim-orgmode/orgmode
Orgmode clone written in Lua for Neovim 0.9+.
3072
0
note-taking
nvim-neorg/neorg-telescope
Telescope.nvim integration for Neorg
190
0
note-taking
jbyuki/venn.nvim
Draw ASCII diagrams in Neovim
977
0
note-taking