0xtz / vimrc

my vim config for python3 ; )

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vimrc

if you are familiar with linux dont read this ๐Ÿ˜‰

try to learn some vim basics ok ๐Ÿคจ

to start using this config file you need to go step by step with me

1 ) open terminal

2 ) Set up Vundle: #I use Vundle ๐Ÿ˜…

curl https://raw.githubusercontent.com/Ziani52/vimrc/main/vimrc > .vimrc # to create vimrc file
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

3 ) Launch vim and run :PluginInstall

:PluginInstall

now your vim are ready for python

you need just to be creative ๐Ÿ˜…

please any problem contact me

About

my vim config for python3 ; )


Languages

Language:Vim Script 100.0%