/vimrc

My setup of vim to code in any operating system.

Primary LanguageVim Script

vimrc

My setup of Vim to code in any operating system. This repository explains how is my configutation of vim and how it is possible to create yours, also I make a bash script to code in Termux and Android, WSL and Linux only you need to execute the bash script file on your Linux shell:

I'm a newbie using Vim as a code editor and I was thinking to make this project due to the fact that the configuration is quite overwhelming If you are using linux(debian) , termux(android), WSL(Windows Subsystem Linux)(I suggest to no use WSL as web-development due to there are bugs as well but I've figured it out:

apt install vim vim-runtime

or rpm using RedHat:

rpm install vim vim-runtime

And you could use my setup tool to configurate your vim environment to code

chmod u+x setup.sh

and execute it

./setup.sh