blob: 131266c65a22025fd3bee68a3e2174667d8bfc2c (
plain)
| 1
2
3
4
5
6
7
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
 |