summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <chaffinach+git@protonmail.ch>2022-05-24 20:32:53 +0100
committerMatthew Lemon <chaffinach+git@protonmail.ch>2022-05-24 20:32:53 +0100
commit9295a14c01d9c9c3228e8e9c2b0d1a0b04ac6b03 (patch)
treedf4d4206f1e0ff1a749cfd66ce704896ce475d83
parent1570be1bc0386e4753ae735764b90d8d32510d03 (diff)
this is what geohot uses for vim config
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