Re: Questions about vim

2013-02-14 Thread yati sagade
Check out this post  by @haridas_n


On Fri, Feb 15, 2013 at 12:02 AM, Trevor Joynson wrote:

> Jedi seems to work the best for me.
>
> My vim config is on my github if you're interested:
> http://github.com/akatrevorjay/dotfiles-vim.got
>  On Feb 12, 2013 6:23 AM, "Yussi"  wrote:
>
>> Hi,
>> I was wondering if there are any vim users here who managed to get a
>> productive working environment for django here.
>>
>> I looked at the manuals, and set myself up with tags, omni complete, and
>> syntax error check, but it's far from ideal. omni complete fails to guess
>> the context correctly most of the time, and is otherwise lacking what I
>> expect from an ide, namely I would like to be able to see function headers
>> when typing so I know what arguments to give it,I would like some short
>> cuts for local variables, I would like some easy vim templates for things
>> like CharField, DateField etc, I am still new to django, and i really don't
>> remember enough to free code everything.
>>
>> any other tip of using vim with django would be appreciated.
>>
>> thanks,
>> Yussi
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to 
>> django-users+unsubscribe@**googlegroups.com
>> .
>> To post to this group, send email to django-users@googlegroups.com.
>> Visit this group at 
>> http://groups.google.com/**group/django-users?hl=en
>> .
>> For more options, visit 
>> https://groups.google.com/**groups/opt_out
>> .
>>
>>
>>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>



-- 
Yati Sagade

Software Engineer at mquotient 


Twitter: @yati_itay  | Github:
yati-sagade

Organizing member of TEDx EasternMetropolitanBypass
http://www.ted.com/tedx/events/4933
https://www.facebook.com/pages/TEDx-EasternMetropolitanBypass/337763226244869

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Questions about vim

2013-02-14 Thread Trevor Joynson
.git not .got, sorry on a phone
On Feb 14, 2013 1:31 PM, trevorjoyn...@gmail.com wrote:

Jedi seems to work the best for me.

My vim config is on my github if you're interested:
http://github.com/akatrevorjay/dotfiles-vim.got
 On Feb 12, 2013 6:23 AM, "Yussi"  wrote:

Hi,
I was wondering if there are any vim users here who managed to get a
productive working environment for django here.

I looked at the manuals, and set myself up with tags, omni complete, and
syntax error check, but it's far from ideal. omni complete fails to guess
the context correctly most of the time, and is otherwise lacking what I
expect from an ide, namely I would like to be able to see function headers
when typing so I know what arguments to give it,I would like some short
cuts for local variables, I would like some easy vim templates for things
like CharField, DateField etc, I am still new to django, and i really don't
remember enough to free code everything.

any other tip of using vim with django would be appreciated.

thanks,
Yussi

-- 
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to 
django-users+unsubscribe@**googlegroups.com
.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at
http://groups.google.com/**group/django-users?hl=en
.
For more options, visit
https://groups.google.com/**groups/opt_out
.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Questions about vim

2013-02-14 Thread Trevor Joynson
Jedi seems to work the best for me.

My vim config is on my github if you're interested:
http://github.com/akatrevorjay/dotfiles-vim.got
 On Feb 12, 2013 6:23 AM, "Yussi"  wrote:

> Hi,
> I was wondering if there are any vim users here who managed to get a
> productive working environment for django here.
>
> I looked at the manuals, and set myself up with tags, omni complete, and
> syntax error check, but it's far from ideal. omni complete fails to guess
> the context correctly most of the time, and is otherwise lacking what I
> expect from an ide, namely I would like to be able to see function headers
> when typing so I know what arguments to give it,I would like some short
> cuts for local variables, I would like some easy vim templates for things
> like CharField, DateField etc, I am still new to django, and i really don't
> remember enough to free code everything.
>
> any other tip of using vim with django would be appreciated.
>
> thanks,
> Yussi
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to 
> django-users+unsubscribe@**googlegroups.com
> .
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at 
> http://groups.google.com/**group/django-users?hl=en
> .
> For more options, visit 
> https://groups.google.com/**groups/opt_out
> .
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Questions about vim

2013-02-13 Thread Yussi

Thank you i am stealing lines from you right now, very nice setup you have.

On 12/02/13 20:21, Antoni Aloy wrote:

I have created my own collection of plugins for my django and Python
work with vim: autocomplete, sysntax check, templates, etc. This is
mine: http://code.google.com/p/trespams-vim/ but there are others like
https://github.com/fisadev/fisa-vim-config or
http://sontek.net/blog/detail/turning-vim-into-a-modern-python-ide


2013/2/12 Yussi >

On 12/02/13 14:52, Ryan Nowakowski wrote:

On Tue, Feb 12, 2013 at 11:22:54AM +, Yussi wrote:

Hi,
I was wondering if there are any vim users here who managed
to get a
productive working environment for django here.

I looked at the manuals, and set myself up with tags, omni
complete,
and syntax error check, but it's far from ideal. omni
complete fails
to guess the context correctly most of the time, and is
otherwise
lacking what I expect from an ide, namely I would like to be
able to
see function headers when typing so I know what arguments to
give
it,I would like some short cuts for local variables, I would
like
some easy vim templates for things like CharField, DateField
etc, I
am still new to django, and i really don't remember enough
to free
code everything.

any other tip of using vim with django would be appreciated.


I have vim configured with ctags and cscope.  Once I have that
set up
correctly, I use ctags to jump from any use of CharField to the
actual
Django source code for CharField.  That, of course, shows me the
arguments
required and the docstring.


Thanks, I actually had ctags, but rarely used it.


--
You received this message because you are subscribed to the Google
Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to django-users+unsubscribe@__googlegroups.com
.
To post to this group, send email to django-users@googlegroups.com
.
Visit this group at
http://groups.google.com/__group/django-users?hl=en
.
For more options, visit https://groups.google.com/__groups/opt_out
.





--
Antoni Aloy López
Blog: http://trespams.com
Site: http://apsl.net

--
You received this message because you are subscribed to the Google
Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Questions about vim

2013-02-12 Thread Antoni Aloy
I have created my own collection of plugins for my django and Python work
with vim: autocomplete, sysntax check, templates, etc. This is mine:
http://code.google.com/p/trespams-vim/ but there are others like
https://github.com/fisadev/fisa-vim-config or
http://sontek.net/blog/detail/turning-vim-into-a-modern-python-ide


2013/2/12 Yussi 

> On 12/02/13 14:52, Ryan Nowakowski wrote:
>
>> On Tue, Feb 12, 2013 at 11:22:54AM +, Yussi wrote:
>>
>>> Hi,
>>> I was wondering if there are any vim users here who managed to get a
>>> productive working environment for django here.
>>>
>>> I looked at the manuals, and set myself up with tags, omni complete,
>>> and syntax error check, but it's far from ideal. omni complete fails
>>> to guess the context correctly most of the time, and is otherwise
>>> lacking what I expect from an ide, namely I would like to be able to
>>> see function headers when typing so I know what arguments to give
>>> it,I would like some short cuts for local variables, I would like
>>> some easy vim templates for things like CharField, DateField etc, I
>>> am still new to django, and i really don't remember enough to free
>>> code everything.
>>>
>>> any other tip of using vim with django would be appreciated.
>>>
>>
>> I have vim configured with ctags and cscope.  Once I have that set up
>> correctly, I use ctags to jump from any use of CharField to the actual
>> Django source code for CharField.  That, of course, shows me the arguments
>> required and the docstring.
>>
>>
> Thanks, I actually had ctags, but rarely used it.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to 
> django-users+unsubscribe@**googlegroups.com
> .
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at 
> http://groups.google.com/**group/django-users?hl=en
> .
> For more options, visit 
> https://groups.google.com/**groups/opt_out
> .
>
>
>


-- 
Antoni Aloy López
Blog: http://trespams.com
Site: http://apsl.net

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Questions about vim

2013-02-12 Thread Yussi

On 12/02/13 14:52, Ryan Nowakowski wrote:

On Tue, Feb 12, 2013 at 11:22:54AM +, Yussi wrote:

Hi,
I was wondering if there are any vim users here who managed to get a
productive working environment for django here.

I looked at the manuals, and set myself up with tags, omni complete,
and syntax error check, but it's far from ideal. omni complete fails
to guess the context correctly most of the time, and is otherwise
lacking what I expect from an ide, namely I would like to be able to
see function headers when typing so I know what arguments to give
it,I would like some short cuts for local variables, I would like
some easy vim templates for things like CharField, DateField etc, I
am still new to django, and i really don't remember enough to free
code everything.

any other tip of using vim with django would be appreciated.


I have vim configured with ctags and cscope.  Once I have that set up
correctly, I use ctags to jump from any use of CharField to the actual
Django source code for CharField.  That, of course, shows me the arguments
required and the docstring.



Thanks, I actually had ctags, but rarely used it.

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Questions about vim

2013-02-12 Thread Ryan Nowakowski
On Tue, Feb 12, 2013 at 11:22:54AM +, Yussi wrote:
> Hi,
> I was wondering if there are any vim users here who managed to get a
> productive working environment for django here.
> 
> I looked at the manuals, and set myself up with tags, omni complete,
> and syntax error check, but it's far from ideal. omni complete fails
> to guess the context correctly most of the time, and is otherwise
> lacking what I expect from an ide, namely I would like to be able to
> see function headers when typing so I know what arguments to give
> it,I would like some short cuts for local variables, I would like
> some easy vim templates for things like CharField, DateField etc, I
> am still new to django, and i really don't remember enough to free
> code everything.
> 
> any other tip of using vim with django would be appreciated.

I have vim configured with ctags and cscope.  Once I have that set up
correctly, I use ctags to jump from any use of CharField to the actual
Django source code for CharField.  That, of course, shows me the arguments
required and the docstring.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.