use the proper i3config filetype

This commit is contained in:
lelgenio 2020-10-25 20:24:19 -03:00
parent d329b3ba4f
commit 97d3d83476
2 changed files with 3 additions and 1 deletions

View file

@ -155,6 +155,8 @@ call plug#end()
set title set title
let g:python_highlight_all = 1 let g:python_highlight_all = 1
autocmd FileType i3config hi Error none
"}}} "}}}
" Gay colors{{{ " Gay colors{{{

View file

@ -362,4 +362,4 @@ bindsym $mod+escape mode Passthrough
include /etc/sway/config.d/ include /etc/sway/config.d/
#}}} #}}}
# vim:filetype=sh:foldmethod=marker # vim:filetype=i3config:foldmethod=marker