Merge pull request #22739 from Mic92/vam
vim.vam: fix filetype detection
This commit is contained in:
commit
d12639cb28
@ -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}
|
||||
'';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user