Use nasm syntax by default.

This commit is contained in:
David Tomaschik
2016-03-09 11:18:45 -08:00
parent 6914922a3e
commit 87a42121f9

View File

@@ -62,6 +62,8 @@ endif
silent! colorscheme solarized
" Enable filetype support
filetype plugin indent on
" Default ASM syntax for ft support
let asmsyntax="nasm"
" Allow file modelines
set modeline
" Automatically re-read changed files