Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
構文をnasmに設定して*.asm型のすべてのファイルをvimで開かせたいので、vimを起動する:set syntax=nasmたびに入力する必要はありません。
:set syntax=nasm
.vimrcファイルに入れることができるものがあると確信していますか?
これをvimrcファイルに追加します
au BufRead,BufNewFile *.asm set filetype=nasm
バッファが拡張子を持つ新しいファイルを読み取るか作成するときはいつでも、ファイル構文.asmでフォーマットしますnasm
.asm
nasm
auautocmd を使用して詳細を調べることができるための略です:h au
au
autocmd
:h au