Perl and Nasm: add color column

This commit is contained in:
Emmanuel BENOîT 2015-04-11 09:34:47 +02:00
parent edd160a289
commit 58be87e23e
2 changed files with 2 additions and 0 deletions

1
ftplugin/nasm.vim Normal file
View file

@ -0,0 +1 @@
setlocal colorcolumn=81

View file

@ -1,3 +1,4 @@
setlocal colorcolumn=81
setlocal tabstop=4
setlocal shiftwidth=4
setlocal textwidth=80