dotfiles/vim/.vim/ftplugin/fish.vim

10 lines
207 B
VimL
Raw Normal View History

2019-10-23 20:55:44 +00:00
" 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