feat: add neorg
This commit is contained in:
		
							parent
							
								
									48cfacde4e
								
							
						
					
					
						commit
						b177e9a731
					
				@ -336,4 +336,26 @@ return {
 | 
			
		||||
			width = 0.6,
 | 
			
		||||
		},
 | 
			
		||||
	},
 | 
			
		||||
	{
 | 
			
		||||
		"nvim-neorg/neorg",
 | 
			
		||||
		cmd = { "Neorg" },
 | 
			
		||||
		ft = { "norg" },
 | 
			
		||||
		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,
 | 
			
		||||
	},
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user