[Tutor] Enable Python feature in vim editor

Leam Hall leamhall at gmail.com
Mon Nov 22 14:06:35 EST 2021


Hey Kaushal,

Here's part of my ~/.vimrc. You can do a lot with it, and there are likely Python specific plugins.

###
set shiftwidth=2
set shiftround
set tabstop=4
set softtabstop=4
set noexpandtab
set number
set ruler
set noautoindent
set nosmartindent
set noincsearch

syntax enable
###

On 11/22/21 10:48, Kaushal Shriyan wrote:
> Hi,
> 
> I am using vim editor to write python scripts. Is there a way to enable
> syntax, help and indentation of python script?
> 
> Thanks in advance. I look forward to hearing from you.
> 
> Best Regards,
> 
> Kaushal

-- 
Systems Programmer         (reuel.net/resume)
Scribe: The Domici War     (domiciwar.net)
General Ne'er-do-well      (github.com/LeamHall)


More information about the Tutor mailing list