summaryrefslogtreecommitdiff
path: root/plugin/hackernews.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/hackernews.vim')
-rw-r--r--plugin/hackernews.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugin/hackernews.vim b/plugin/hackernews.vim
index 8516747..5e0b603 100644
--- a/plugin/hackernews.vim
+++ b/plugin/hackernews.vim
@@ -14,6 +14,11 @@ if !has('python')
endif
+" Filetype plugins and syntax highlighting should be enabled
+filetype plugin on
+syntax on
+
+
" Import Python code
execute "python import sys"
execute "python sys.path.append(r'" . expand("<sfile>:p:h") . "')"