Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 848 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 848 Bytes

⚠️ This syntax file is not maintained anymore. Feel free to take over or try some alternative (eg: i3config.vim).


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.