diff --git a/vim/ftplugin/fish.vim b/vim/ftplugin/fish.vim new file mode 100644 index 0000000..c6b56a0 --- /dev/null +++ b/vim/ftplugin/fish.vim @@ -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