1" set up :make to use fish for syntax checking 2compiler fish 3 4" set this to have long lines wrap inside comments 5setlocal textwidth=79 6 7" enable folding of block structures in fish 8setlocal foldmethod=expr 9