1
0

Add markdown extension to vimrc

This commit is contained in:
Noah 2014-03-18 16:31:44 -07:00
parent 69b5dcb405
commit d12f94257f
3 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,7 @@
{
"installed_packages":
[
"Better CoffeeScript"
"Better CoffeeScript",
"Sass"
]
}

View File

@ -106,6 +106,8 @@ autocmd BufEnter * :syntax sync fromstart
noremap <F12> <Esc>:syntax sync fromstart<CR>
inoremap <F12> <C-o>:syntax sync fromstart<CR>
autocmd BufRead,BufNewFile *.md set ft=markdown
""""""""""""""
""" Perl stuff
""""""""""""""