From b10c1bcb87f52abb08ad34979f74f95826b3ac88 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 30 Jun 2018 01:32:44 +1200 Subject: Add CSV, TSV, and password file filetypes --- vim/ftplugin/csv.vim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vim/ftplugin/csv.vim (limited to 'vim/ftplugin/csv.vim') diff --git a/vim/ftplugin/csv.vim b/vim/ftplugin/csv.vim new file mode 100644 index 00000000..c8937bba --- /dev/null +++ b/vim/ftplugin/csv.vim @@ -0,0 +1,5 @@ +if exists('b:did_ftplugin') + finish +endif +setlocal formatoptions= +let b:undo_ftplugin = 'setlocal formatoptions<' -- cgit v1.2.3