Skip to content

nvim-neorg/example_workspaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

example_workspaces

This repository holds some example workspaces to let the user know how to use some modules in Neorg.

How to use it

Clone this repository: git clone https://github.com/nvim-neorg/example_workspaces.git

Neorg GTD Tutorial

To use the tutorial, create a new workspace in your config, pointing to the gtd directory, and add the workspace to GTD config:

require("neorg").setup({
    ["core.norg.dirman"] = {
      config = {
        workspaces = {
          example_gtd = "/path_where_you_cloned/example_workspaces/gtd",
        },
      },
    },
    ["core.gtd.base"] = {
      config = {
        workspace = "example_gtd",
      },
    },
})

After that, just enter Neorg, and go to the workspace: :Neorg workspace example_gtd

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published