Saturday, March 22, 2014

Re: customize indentation

On Saturday, March 22, 2014 7:20:49 PM UTC+5:30, Christian Brabandt wrote:
> Hi Arup!
>
>
>
> On Fr, 21 Mär 2014, Arup Rakshit wrote:
>
>
>
> > I wanted to my vim to configure in a way, so that I can see the indentation correctly happening or not. I mean if it is really 2 spaces or more.
>
> >
>
> > Suppose, when I will be writing my code, Like below :
>
> >
>
> > class Foo
>
> > . .def foo
>
> > . . . .x = 10
>
> > . . . . y = 12
>
> > . .end
>
> > end
>
> >
>
> > The dots I used, to show my need, but I don't want really to print dots. I am looking for something like that.
>
> >
>
> > Looking at the dot counts, I can confirm yes my indentation is perfect.
>
> >
>
> > Is that can be done ?
>
>
>
> You might want to consider using the indent-guides plugin
>
> (https://github.com/nathanaelkane/vim-indent-guides)
>
>
>
> Best,
>
> Christian
>
> --
>
> Mit meiner Anneli haben sie einen guten Fang gemacht,
>
> sie verträgt alles, nur keinen Gurkensalat und keinen Widerspruch.

Hi,

This is cool. It will help to match the start and end of blocks . But I am also looking for close to like this, but for seeing if I am using 2 space indentation or not...

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment