SGJ2GPFHORVWY3UDT624XCUWLIVC2EYUKBTRATKWQYVFZDOFLZYQC
"Disable compatibility with vi which can cause unexpected issues.
set nocompatible
" Turn syntax highlighting on.
syntax on
" Formatting preferences for line numbers
set number relativenumber
" Formatting for indicating 80 charaters
set colorcolumn=
"set textwidth=80
" Formatting for spacing
set shiftwidth=2
set tabstop=4
set expandtab
nnoremap q <c-v>
#!/bin/bash
cp ./vimrc $HOME/.vimrc
# vimscripts
My Custom Vim Scripts
To use:
1. Clone the repository `git clone https://github.com/mmurray22/vimscripts.git`
2. `cd ./vimscripts`
3. `./install_vim.sh`