diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-05-20 17:04:22 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-05-20 17:04:22 +0200 |
commit | 42529540df6d80a39756d18550de82a6cee50141 (patch) | |
tree | d7561f4de1d11ef86257074cd318c66aa5f6ce4a /config.vim | |
parent | a688c66a049b12e7b19f6ab4cb27c5a24dc3d52c (diff) | |
download | vim-polyglot-42529540df6d80a39756d18550de82a6cee50141.tar.gz vim-polyglot-42529540df6d80a39756d18550de82a6cee50141.zip |
Remove non-working ftplugin line, closes #485
Diffstat (limited to 'config.vim')
-rw-r--r-- | config.vim | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |