mirror of https://github.com/nirenjan/dotfiles.git
				
				
				
			Add markdown files to ftplugin and ftdetect dirs
							parent
							
								
									ce278e2527
								
							
						
					
					
						commit
						1a48f9538e
					
				
							
								
								
									
										2
									
								
								install
								
								
								
								
							
							
						
						
									
										2
									
								
								install
								
								
								
								
							|  | @ -278,12 +278,14 @@ lnfile vim/plugin/match-brackets.vim    ~/.vim/plugin/ | |||
| 
 | ||||
| # Install my ftdetect plugins | ||||
| lnfile vim/ftdetect/swig.vim            ~/.vim/ftdetect/ | ||||
| lnfile vim/ftdetect/markdown.vim        ~/.vim/ftdetect/ | ||||
| 
 | ||||
| # Install my filetype plugins | ||||
| lnfile vim/ftplugin/make.vim            ~/.vim/ftplugin/ | ||||
| lnfile vim/ftplugin/perl.vim            ~/.vim/ftplugin/ | ||||
| lnfile vim/ftplugin/ruby.vim            ~/.vim/ftplugin/ | ||||
| lnfile vim/ftplugin/changelog.vim       ~/.vim/ftplugin/ | ||||
| lnfile vim/ftplugin/markdown.vim        ~/.vim/ftplugin/ | ||||
| 
 | ||||
| ####################################################################### | ||||
| # Install/update Vim bundles | ||||
|  |  | |||
|  | @ -0,0 +1,6 @@ | |||
| " File: markdown.vim | ||||
| " Author: Nirenjan Krishnan | ||||
| " Description: Syntax detection for Markdown files | ||||
| " Last Modified: July 31, 2013 | ||||
| 
 | ||||
| autocmd BufNewFile,BufRead *.md setlocal filetype=markdown | ||||
|  | @ -0,0 +1,6 @@ | |||
| " File: markdown.vim | ||||
| " Author: Nirenjan Krishnan | ||||
| " Description: Markdown editing settings | ||||
| " Last Modified: July 31, 2013 | ||||
| 
 | ||||
| setlocal textwidth=80 | ||||
		Loading…
	
		Reference in New Issue