bens-dotfiles/vim/.vim/ftplugin/fish.vim

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