mirror of https://github.com/nirenjan/vimfiles.git
Add markdown files to ftplugin and ftdetect dirs
parent
e59cbc878f
commit
98b23e18a8
|
@ -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