Hello,
Not related to vim-latex, but to vim reading the template as typed and
thus adding automatically indents. You have to set the "paste" option
first (:set paste)(:set nopaste to turn off) to be able to paste without
indenting.
I've got:
~/.vim/after/ftplugin/tex.vim
%<-
Hello,
In a template, I want to put a command as :
\newcommand{\me}{%
\par%
-- Moi :}
When I load this template in a document, the command is indented, and if
there are multiple commands beside, indents increase each line.
Could you give me a way to understand how indentation works in
vim-latex