LunarVim/themes/syntax.vim

9 lines
203 B
VimL
Raw Normal View History

2020-04-26 07:39:35 +02:00
" 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