mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Use nasm syntax by default.
This commit is contained in:
@@ -62,6 +62,8 @@ endif
|
|||||||
silent! colorscheme solarized
|
silent! colorscheme solarized
|
||||||
" Enable filetype support
|
" Enable filetype support
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
" Default ASM syntax for ft support
|
||||||
|
let asmsyntax="nasm"
|
||||||
" Allow file modelines
|
" Allow file modelines
|
||||||
set modeline
|
set modeline
|
||||||
" Automatically re-read changed files
|
" Automatically re-read changed files
|
||||||
|
|||||||
Reference in New Issue
Block a user