Update README.md

Should be vim:filetype=i3, not vim:syntax=i3
This commit is contained in:
Dave Wongillies 2013-03-27 14:20:08 +11:00
parent b3f2c66293
commit 8b1e7f3286

View File

@ -6,7 +6,7 @@ This is a [Vim](http://vim.org) syntax file for [i3](http://i3wm.org/) config fi
You can install it using a Vim plugin manager ([Vundle], [Pathogen], …) or just by putting [i3.vim][i3vim] in your `~/.vim/syntax` directory. You can install it using a Vim plugin manager ([Vundle], [Pathogen], …) or just by putting [i3.vim][i3vim] in your `~/.vim/syntax` directory.
I recommend you to add `# vim:set syntax=i3` at the end of your i3 config file, unless you really want to type `:set syntax=i3` every time you edit this file. 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.
## Todo ## Todo