summaryrefslogtreecommitdiff
path: root/themes/syntax.vim
diff options
context:
space:
mode:
authorChris <[email protected]>2020-04-26 01:39:35 -0400
committerChris <[email protected]>2020-04-26 01:39:35 -0400
commitb2cb147f7ac5c110638fcc280174d83aed95908f (patch)
tree9f298cf319c094eeb9a0d46f18df142b0e8cd2ad /themes/syntax.vim
parentf9540fcf4d08215ff679a760c3658a1edd0b75bd (diff)
added airline
Diffstat (limited to 'themes/syntax.vim')
-rw-r--r--themes/syntax.vim8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/syntax.vim b/themes/syntax.vim
new file mode 100644
index 00000000..131266c6
--- /dev/null
+++ b/themes/syntax.vim
@@ -0,0 +1,8 @@
+" Syntax highlighting
+let g:python_highlight_all=1
+
+" Change this when you know where i3 will be
+aug i3config_ft_detection
+ au!
+ au BufNewFile,BufRead ~/.config/i3/config set filetype=i3config
+aug end