diff options
author | Chris <[email protected]> | 2021-03-13 01:40:17 -0500 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-13 01:40:17 -0500 |
commit | 4433ad011a0ac06d48262f02a67efd05144b9ad8 (patch) | |
tree | 1be61debdf9b6b377df7372d4933f0182d276b14 /themes/syntax.vim | |
parent | aae481ce96cefb7fd9d459877054f38c4ae27920 (diff) |
simplifying things
Diffstat (limited to 'themes/syntax.vim')
-rw-r--r-- | themes/syntax.vim | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/themes/syntax.vim b/themes/syntax.vim deleted file mode 100644 index 131266c6..00000000 --- a/themes/syntax.vim +++ /dev/null @@ -1,8 +0,0 @@ -" 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 |