Skip to content

Instantly share code, notes, and snippets.

@mnuddindev
Last active March 23, 2023 13:58
Show Gist options
  • Select an option

  • Save mnuddindev/b45d387a62d8aca5e9e5682fad653219 to your computer and use it in GitHub Desktop.

Select an option

Save mnuddindev/b45d387a62d8aca5e9e5682fad653219 to your computer and use it in GitHub Desktop.
Hey Guys!!
This is a gist which teach you how to install VIM in your terminal or termux.
[_]----[_]
Just Follow my setp.
pkg install vim
vim installed successfully but it's not compatible to install PlugIn's.
For that we need to install VundleVIM.Here we go
pkg install git
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
pkg install nano
nano ~/.vimrc
Then you need to copy the ~/.vimrc file from my gist
Go to https://gist.github.com/inadislam
and Find out the file name ~/.vimrc
wget -O ~/.vimrc https://gist.githubusercontent.com/cyberang3l/ba53f569d33d66c246add0f5e7d5d0a4/raw/b1522ba9e419eff6647f0aa8396b2a75dd1cfcbe/.vimrc
and raw it. Then Copy the code by select all option
and now go to the terminal or termux and paste it
now you have to save the file and exit from nano for that
CTRL+O
CTRL+X
Now you are almost ready to rock now type like this:-
vim plugin
:PluginInstall
[_] Done Dude [_]
Now you can write your code.
@mnuddindev
Copy link
Copy Markdown
Author

mnuddindev commented Mar 23, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment