Go to file
2015-04-18 22:58:40 +02:00
ftdetect Add ftdetect 2014-05-29 19:42:36 +02:00
ftplugin add commentstring 2015-04-18 14:35:52 -04:00
syntax Fix some weirdness (#6) 2014-10-19 12:49:51 +02:00
README.md Remove forever-lasting TODOs 2014-10-19 13:29:24 +02:00

This is a Vim syntax file for i3 config file.

Screenshot

Using it

You can install it using a Vim plugin manager (Vundle, Pathogen, …) or just by putting i3.vim in your ~/.vim/syntax directory.

I recommend you to add # vim:filetype=i3 at the end of your i3 config file, unless you really want to type :set filetype=i3 every time you edit this file.