From 756dbd8397dba581774b0c67d211b7152598e7d8 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 23 Oct 2019 16:55:44 -0400 Subject: update vim plugins, add vim-fish --- vim/.vim/ftplugin/fish.vim | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vim/.vim/ftplugin/fish.vim (limited to 'vim/.vim/ftplugin/fish.vim') diff --git a/vim/.vim/ftplugin/fish.vim b/vim/.vim/ftplugin/fish.vim new file mode 100644 index 0000000..284d352 --- /dev/null +++ b/vim/.vim/ftplugin/fish.vim @@ -0,0 +1,9 @@ +" 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 + -- cgit 1.4.1