summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vimrc_geohot11
1 files changed, 11 insertions, 0 deletions
diff --git a/vimrc_geohot b/vimrc_geohot
new file mode 100644
index 0000000..077e3c1
--- /dev/null
+++ b/vimrc_geohot
@@ -0,0 +1,11 @@
+syntax on
+set tabstop=2
+set shiftwidth=2
+set expandtab
+set ai
+set number
+set hlsearch
+set ruler
+" manual highlights
+highlight Visual ctermfg=black ctermbg=LightMagenta
+highlight Comment ctermfg=DarkGray