aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-05-05 20:36:29 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-05-05 20:36:29 +0200
commit5852c434779ce650676873d91eaf3d2d83931514 (patch)
tree19ee36ddb5f60d0a7afa277766a1c01630f5a0eb
parent793e0266b51aed2bf4b11a89a3612be76ab3fd6f (diff)
Explicitly enable syntax and ftplugin in vimrc
-rw-r--r--.vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vim/vimrc b/.vim/vimrc
index 2ff5b86..b6172be 100644
--- a/.vim/vimrc
+++ b/.vim/vimrc
@@ -26,6 +26,9 @@ set ut=500
set wig=*.swp,*.bak,*.pyc,*.class,*.jar,*.gif,*.png,*.jpg,.precomp
set wmnu
+filetype plugin on
+syntax on
+
call PickTheme('codedark')
call SetIndent(8)