I used this template on my macvim, and I have activated vim spell check with setlocal spell spelllang=en in my .vimrc and the checking works in file like cv.tex or resume.tex, but doesn't work in all other files like cv/experience.tex, where I use all environments defined by awesome cv, like cvparagraph, cventries, cvskills, etc.. Any idea on how solve this problem?
I used this template on my macvim, and I have activated vim spell check with
setlocal spell spelllang=en
in my .vimrc and the checking works in file like cv.tex or resume.tex, but doesn't work in all other files like cv/experience.tex, where I use all environments defined by awesome cv, like cvparagraph, cventries, cvskills, etc.. Any idea on how solve this problem?