1 | " __ __ __ __ __ ______ ______
2 | " /\ \ / / /\ \ /\ "-./ \ /\ == \ /\ ___\
3 | " \ \ \'/ \ \ \ \ \ \-./\ \ \ \ __< \ \ \____
4 | " \ \__| \ \_\ \ \_\ \ \_\ \ \_\ \_\ \ \_____\
5 | " \/_/ \/_/ \/_/ \/_/ \/_/ /_/ \/_____/
84 | " Show line number
85 | " Show relative line numbers
86 | " Since we are also showing the line number then the line we are on will
87 | " show its number but all surrounding lines will show their relative number.
88 | " set number
89 | " set relativenumber
66 | " Prevents some security exploits having to do with modelines in files.
67 | set modelines=0
155 | " Goddammit vim. Make fucking backspace/delete on macOS work correctly.
156 | " http://vim.wikia.com/wiki/Backspace_and_delete_problems
157 | set backspace=indent,eol,start