aboutsummaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-06-09 11:30:32 +0200
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 11:59:39 +0200
commita31d4102825b9a27b7f49a8584ec6c4e146d3c24 (patch)
treef32d7610a386e3c76790057c199620752a9d0f06 /.vim
parent0cd44bb4a60253fbd44de5fcf9abdb1b7e373708 (diff)
Let's try out codedark for a bit
Diffstat (limited to '.vim')
-rw-r--r--.vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/vimrc b/.vim/vimrc
index 4e7b58e..766de7c 100644
--- a/.vim/vimrc
+++ b/.vim/vimrc
@@ -25,7 +25,7 @@ set ut=500
set wig=*.swp,*.bak,*.pyc,*.class,*.jar,*.gif,*.png,*.jpg,.precomp
set wmnu
-call PickTheme()
+call PickTheme('codedark')
call SetCharLimit(79)
call SetIndent(8)