Last active
March 23, 2023 13:58
-
-
Save mnuddindev/b45d387a62d8aca5e9e5682fad653219 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. |
Author
mnuddindev
commented
Mar 23, 2023
via email
Hello,
It's Mohammad Nazim Uddin here. Accept my apology for the late reply. its a
old .vimrc where some of the packages got deleted from github that's why
you are facing this issue.
to resolve this issue you can edit your .vimrc using vi/nano
find the line as below
*Plug 'Valloric/YouCompleteMe', { 'do': function('BuildYCM') }*
and change it to
*Plug '*ycm-core/YouCompleteMe*'*
i think it will solve the problem. for further help just reply this
mail i will reply as soon as possible. thanks
regards,
MNU
…On Sat, Mar 18, 2023 at 6:42 PM irfan-hossain-bhuiyan < ***@***.***> wrote:
***@***.**** commented on this gist.
------------------------------
Excuse me,I am new to vim and termux in general.After going through your
process as yoou said I am getting error in my termux:
"YouCompleteMe unavailable: requires Vim compiled with Python (3.8.0+)
support."
How can I fix it??
—
Reply to this email directly, view it on GitHub
<https://gist.github.com/b45d387a62d8aca5e9e5682fad653219#gistcomment-4507511>
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALR5NURHZRIG2EQMMUXVQKDW4WUUPBFKMF2HI4TJMJ2XIZLTSKBKK5TBNR2WLJDHNFZXJJDOMFWWLK3UNBZGKYLEL52HS4DFQKSXMYLMOVS2I5DSOVS2I3TBNVS3W5DIOJSWCZC7OBQXE5DJMNUXAYLOORPWCY3UNF3GS5DZVRZXKYTKMVRXIX3UPFYGLK2HNFZXIQ3PNVWWK3TUUZ2G64DJMNZZDAVEOR4XAZNEM5UXG5FFOZQWY5LFVA4TKOJYGY3TAM5HORZGSZ3HMVZKMY3SMVQXIZI>
.
You are receiving this email because you authored the thread.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment