2018-07-03 16:15:03 -04:00
:warning: *This syntax file is not maintained anymore. Feel free to take over or try some alternative
(eg: [i3config.vim ](https://github.com/mboughaba/i3config.vim )).*
---
2012-10-16 14:13:21 -04:00
This is a [Vim ](http://vim.org ) syntax file for [i3 ](http://i3wm.org/ ) config file.
2014-04-21 17:30:43 -04:00
![Screenshot ](https://raw.githubusercontent.com/PotatoesMaster/i3-vim-syntax/junk/screenshot.png )
2012-10-16 14:34:09 -04:00
2012-10-16 14:13:21 -04:00
## Using it
You can install it using a Vim plugin manager ([Vundle], [Pathogen], …) or just by putting [i3.vim][i3vim] in your `~/.vim/syntax` directory.
2013-03-26 23:20:08 -04:00
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.
2012-10-16 14:13:21 -04:00
[Vundle]:http://github.com/gmarik/vundle/
[Pathogen]:http://github.com/tpope/vim-pathogen/
2012-10-16 14:18:20 -04:00
[i3vim]: http://raw.github.com/PotatoesMaster/i3-vim-syntax/master/syntax/i3.vim