From 4cf4f83897139b9b75b5fa1799f836560a3eae01 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Thu, 24 Oct 2019 13:47:56 -0700 Subject: [PATCH] Add some ft settings for fish files --- vim/ftplugin/fish.vim | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vim/ftplugin/fish.vim 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