Skip to content

yuvalailer/my-vimrc-for-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

my-vimrc-for-python

:shipit: My Vim settings file for Python Development

How To Install/Use:

Run the next script in your bash terminal, and your Vim settings will be replaced with mine.

The old settings will be saved in /etc/vim-old directory.

$ sudo git clone https://github.com/yuvalailer/my-vimrc-for-python.git /etc/vim-new ;\
sudo mv /etc/vim /etc/vim-old ;\
sudo mv /etc/vim-new /etc/vim

How to Undo:

$ sudo mv /etc/vim /etc/vim-from-github ;\
sudo mv /etc/vim-old /etc/vim

# optional:
sudo rm -r /etc/vim-from-github

Tested on Ubuntu18.04

About

:shipit: My Vim settings file for Python development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published