mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			158 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			158 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
| " Vim filetype plugin file
 | |
| " Language:  systemd.unit(5)
 | |
| 
 | |
| if !exists('b:did_ftplugin')
 | |
|   " Looks a lot like dosini files.
 | |
|   runtime! ftplugin/dosini.vim
 | |
| endif
 | 
