Monday, November 30, 2020

Re: python syntax highlighting

I have so less time... so many things to do...

Syntastic reproach me when i write
L = [ 1,2,3 ] in python
instead of
L=[1,2,3]



On lun., 2020-11-30 at 09:46 -0800, rwmit...@gmail.com wrote:
> If you're not going to use Syntastic, why not un-install it?
>
> Have you considered learning what Synstatic is trying to show you,
> could make you a better programmer.
>
> On Monday, November 30, 2020 at 10:55:27 AM UTC-5 mth...@gmail.com
> wrote:
> > Hello,
> >
> > OK you're right, the problem was syntastic.
> >
> > I can disable with
> >
> > :SyntasticToggleMode
> >
> >
> > What can i type in .vimrc to disable syntastic automatically?
> >
> > Thanks,
> > Mathieu
> >
> >
> >
> > On sam., 2020-11-14 at 12:08 +0100, Christian Brabandt wrote:
> > > On Fr, 13 Nov 2020, Mathieu Roux wrote:
> > >
> > > > Hello,
> > > >
> > > > In fact, i have just installed all my stuff on a new computer.
> > > >
> > > > I did not installed consciently syntastic or vim-airline, but
> > maybe
> > > > i
> > > > use it and i don't know.
> > > >
> > > > Bellow is my :scriptnames.
> > >
> > > Well, according to your :scriptnames output, you have installed
> > it
> > > as
> > > your distros package.
> > >
> > > > 21: /var/lib/vim/addons/plugin/airline.vim
> > >
> > > Here is airline.
> > >
> > > > 34: /var/lib/vim/addons/plugin/syntastic/autoloclist.vim
> > >
> > > Here is syntastic
> > >
> > > I suggest, either getting yourself familiarize with the plugins
> > (by
> > > reading the documentation) or disabling those plugins or
> > > uninstalling
> > > those packages.
> > >
> > >
> > > Best,
> > > Christian
> > > --
> > > Man sollte wirklich nur die zusammen leben lassen, die ohne
> > einander
> > > sterben würden.
> > > -- Ludwig Anzengruber
> > >
> > > --
> >
>
> --
> --
> 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/vim_use/db5280b7-7384-4ef7-b316-d203de61dc84n%40googlegroups.com
> .

--
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/32caa1b868a01cb1e5b7c7104ea5a3cca2b65141.camel%40gmail.com.

No comments: