Closed AleksNovak closed 7 years ago
I’m back,
Found how to finally work with it. I was looking for the wrong pattern, it's called modeline
So, that’s how I fixed it:
~/.vimified/after.vimrc
" Activate mode lines
set nocompatible
filetype plugin on
set modeline
set modelines=5
@AleksNovak great, you figured it out and thanks for the kind words!
Hi, I’m trying to add filetype parameter in my shebang but it seems it doesn’t load :(
As describe here:
I added
# vim:ft=ansible:
at the top of my file Unfortunatly when I doSyntasticInfo
it doesn’t detect it.Some output:
If I do it manually, it's working. For now, I add my path into
after.vimrc
toautocmd ~/*ansible*/*.yml set filetype=ansible
I'm sure I’m just missing something.
Anyway, thank you for that vimplugin, it'’s really a great tool :1st_place_medal: