Monday, November 30, 2020

Re: python syntax highlighting

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, by using Debians vim-addon-manager

~$ vim-addon-manager disable syntastic

or uninstall the plugin:

~$ sudo apt remove vim-syntastic


Best,
Christian
--
Was ist das Allgemeine?
Der einzelne Fall.
Was ist das Besondere?
Millionen Fälle.
-- Goethe, Maximen und Reflektionen, Nr. 875

--
--
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/20201201072800.GA22416%40256bit.org.

No comments: