Re: [Vim-latex-devel] auto indentation advice,
Brought to you by:
srinathava,
tmaas
From: Ted P. <te...@te...> - 2008-11-25 13:29:42
|
> For example, if I type: > \section{blah} \label{sec:blah}, > I find latex-suite indenting the block for me, when I don't want it. When I type that, LaTeX suite does nothing. My cursor sits at the end of that line. If I hit return, I'm brought to the beginning of the next line. So I don't notice any section-indenting with LaTeX-suite. Can you give a more complete example? > Is there a way of disabling these actions? Or is there a setting that > will make latexsuite indent the way I want it to? What way do you want LaTeX to indent? You can turn off auto-indenting with: :set noai You can also tune the indentation spacing and whether or not to use tabs. --Ted -- Ted Pavlic <te...@te...> |