Add some ft settings for fish files

This commit is contained in:
ViViDboarder 2019-10-24 13:47:56 -07:00
parent 556b8baeae
commit 4cf4f83897
1 changed files with 8 additions and 0 deletions

8
vim/ftplugin/fish.vim Normal file
View File

@ -0,0 +1,8 @@
" 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