vim-settings/vim/ftplugin/fish.vim

9 lines
209 B
VimL
Raw Normal View History

2019-10-24 20:47:56 +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