Updated neorg module names
This commit is contained in:
		
					parent
					
						
							
								ec269ad83e
							
						
					
				
			
			
				commit
				
					
						d51e8b1f97
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -10,14 +10,14 @@ local M = { | |||
|         ["core.concealer"] = {}, -- Adds pretty icons to your documents | ||||
|         ["core.integrations.telescope"] = {}, | ||||
|         -- {{{ Completions | ||||
|         ["core.norg.completion"] = { | ||||
|         ["core.completion"] = { | ||||
|           config = { | ||||
|             engine = "nvim-cmp", | ||||
|           }, | ||||
|         }, | ||||
|         -- }}} | ||||
|         -- {{{ Dirman | ||||
|         ["core.norg.dirman"] = { -- Manages Neorg workspaces | ||||
|         ["core.dirman"] = { -- Manages Neorg workspaces | ||||
|           config = { | ||||
|             workspaces = { | ||||
|               notes = "~/Neorg", | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Matei Adriel
				Matei Adriel