Correcting srv-vimrc for use with push deploy
This commit is contained in:
		
							parent
							
								
									14507de56b
								
							
						
					
					
						commit
						8874fbcc3f
					
				@ -1,6 +1,9 @@
 | 
			
		||||
set nocompatible
 | 
			
		||||
filetype plugin on
 | 
			
		||||
syntax on
 | 
			
		||||
let g:vimwiki_list = [{
 | 
			
		||||
  \ 'path': '/tmp/vimwiki/'
 | 
			
		||||
  \ 'path_html': '/srv/wiki/'
 | 
			
		||||
  \ 'path': '/tmp/vimwiki/',
 | 
			
		||||
  \ 'path_html': '/srv/wiki/',
 | 
			
		||||
  \ 'template_path': '/tmp/vimwiki/html-template',
 | 
			
		||||
  \ 'template_default': 'index',
 | 
			
		||||
  \ 'template_ext': '.html'}]
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user