diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2019-04-26 18:49:26 +0000 |
|---|---|---|
| committer | Kumar Damani <damani.kumar@gmail.com> | 2019-04-26 18:49:26 +0000 |
| commit | 5a6ed5fcb3b89d0c2b4e8ba2953c4ba806d4b171 (patch) | |
| tree | 5be0c043b0c8d632e35a8b4ef7e23452b103b94d /vim/.vim/plugged/i3-vim-syntax/README.md | |
| parent | af821092fe78ef159d7cb6536bb006712dc01b9d (diff) | |
added vim dir
Diffstat (limited to 'vim/.vim/plugged/i3-vim-syntax/README.md')
| -rw-r--r-- | vim/.vim/plugged/i3-vim-syntax/README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vim/.vim/plugged/i3-vim-syntax/README.md b/vim/.vim/plugged/i3-vim-syntax/README.md new file mode 100644 index 0000000..ca03b27 --- /dev/null +++ b/vim/.vim/plugged/i3-vim-syntax/README.md @@ -0,0 +1,18 @@ +: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)).* + +--- + +This is a [Vim](http://vim.org) syntax file for [i3](http://i3wm.org/) config file. + + + +## 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. + +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. + +[Vundle]:http://github.com/gmarik/vundle/ +[Pathogen]:http://github.com/tpope/vim-pathogen/ +[i3vim]: http://raw.github.com/PotatoesMaster/i3-vim-syntax/master/syntax/i3.vim |
