From 42529540df6d80a39756d18550de82a6cee50141 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 20 May 2020 17:04:22 +0200 Subject: Remove non-working ftplugin line, closes #485 --- config.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.vim') diff --git a/config.vim b/config.vim index 89c13c22..abb2a3b0 100644 --- a/config.vim +++ b/config.vim @@ -100,4 +100,7 @@ augroup filetypedetect "jsx au BufNewFile,BufRead *.jsx setf javascriptreact + + "fsharp + autocmd BufNewFile,BufRead *.fs,*.fsi,*.fsx set filetype=fsharp augroup END -- cgit v1.2.3