2019-10-23 20:45:27 -04:00

10 lines
207 B
VimL

" set up :make to use fish for syntax checking
compiler fish
" set this to have long lines wrap inside comments
setlocal textwidth=79
" enable folding of block structures in fish
setlocal foldmethod=expr