Merge pull request #22739 from Mic92/vam

vim.vam: fix filetype detection
This commit is contained in:
Robin Gloster 2017-02-13 15:10:35 +01:00 committed by GitHub
commit d12639cb28

View File

@ -262,13 +262,14 @@ let
in writeText "vimrc" ''
" minimal setup, generated by NIX
set nocompatible
filetype indent plugin on | syn on
${vamImpl}
${pathogenImpl}
${vundleImpl}
${neobundleImpl}
filetype indent plugin on | syn on
${customRC}
'';