SGJ2GPFHORVWY3UDT624XCUWLIVC2EYUKBTRATKWQYVFZDOFLZYQC "Disable compatibility with vi which can cause unexpected issues.set nocompatible" Turn syntax highlighting on.syntax on" Formatting preferences for line numbersset number relativenumber" Formatting for indicating 80 charatersset colorcolumn="set textwidth=80" Formatting for spacingset shiftwidth=2set tabstop=4set expandtabnnoremap q <c-v>
#!/bin/bashcp ./vimrc $HOME/.vimrc
# vimscriptsMy Custom Vim ScriptsTo use:1. Clone the repository `git clone https://github.com/mmurray22/vimscripts.git`2. `cd ./vimscripts`3. `./install_vim.sh`