mirror of
https://github.com/nasa/fpp.git
synced 2025-12-11 03:05:32 -06:00
# editors/vim
This directory contains a `vim` syntax file for FPP.
To activate the syntax file, do the following:
. Copy `fpp.vim` to `~/.vim/syntax/`
. Add the following line to `~/.vimrc`:
[source,vim]
----
au Bufread,BufNewFile *.fpp{,i} set filetype=fpp
----