aboutsummaryrefslogtreecommitdiffstats
path: root/vim/.vimrc
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-12-14 12:29:08 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-12-14 12:29:08 +0000
commit4178710763ab0b05e690b26be6b8cefd0c86a1c2 (patch)
tree7ebcaba296a253cdde73b04a65bdaf95651ccb9a /vim/.vimrc
Initial commit
Diffstat (limited to 'vim/.vimrc')
-rw-r--r--vim/.vimrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
new file mode 100644
index 0000000..bb0422a
--- /dev/null
+++ b/vim/.vimrc
@@ -0,0 +1,5 @@
+syntax on
+
+set number
+highlight LineNr ctermfg=darkgrey
+