aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-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
+