From b2cb147f7ac5c110638fcc280174d83aed95908f Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 26 Apr 2020 01:39:35 -0400 Subject: added airline --- themes/syntax.vim | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 themes/syntax.vim (limited to 'themes/syntax.vim') 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 -- cgit v1.2.3