Re: python syntax highlighting

2020-11-30 Thread Christian Brabandt
On Mo, 30 Nov 2020, Mathieu Roux wrote: > OK you're right, the problem was syntastic. > > I can disable with > > :SyntasticToggleMode > > > What can i type in .vimrc to disable syntastic automatically? Put let g:loaded_syntastic_plugin = 1 into your .vimrc Or, disable this system plugin

Re: Markdown with LSD-hallucinations... :)

2020-11-30 Thread 'Suresh Govindachar' via vim_use
[after starting a thread concerning seeing strange colors for markdown files] On 11/30/2020 8:29 PM, tu...@posteo.de wrote: > On 11/30 08:05, BPJ wrote: >> >> :setl syntax= >> >> maybe? :-) >> ..turns any syntax element red... 1) What does ":echo colors_name" report? 2) What happens wi

Re: Markdown with LSD-hallucinations... :)

2020-11-30 Thread tuxic
Hi, ...turns any syntax element red... :| On 11/30 08:05, BPJ wrote: > Den mån 30 nov. 2020 19:43 skrev: > > > Hi, > > > > I often come across markdown files - mostly wth github repos. > > When browsing those with vim I often feel like I had licked > > a "ticket" with LSD: > > LOTS of bright

Re: Markdown with LSD-hallucinations... :)

2020-11-30 Thread BPJ
Den mån 30 nov. 2020 19:43 skrev: > Hi, > > I often come across markdown files - mostly wth github repos. > When browsing those with vim I often feel like I had licked > a "ticket" with LSD: > LOTS of bright colors and marks, which do highlight that > much, that a deep shadow falls onto any infor

Markdown with LSD-hallucinations... :)

2020-11-30 Thread tuxic
Hi, I often come across markdown files - mostly wth github repos. When browsing those with vim I often feel like I had licked a "ticket" with LSD: LOTS of bright colors and marks, which do highlight that much, that a deep shadow falls onto any information, that may be there before... ;) :) Is

Re: python syntax highlighting

2020-11-30 Thread Mathieu Roux
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 le

Re: python syntax highlighting

2020-11-30 Thread rwmit...@gmail.com
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.

Re: python syntax highlighting

2020-11-30 Thread Mathieu Roux
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, >