lf.vim (327B)
1 " Vim indent file 2 " Language: lf file manager configuration file (lfrc) 3 " Maintainer: Andis Sprinkis <andis@sprinkis.com>, @CatsDeservePets 4 " URL: https://github.com/andis-sprinkis/lf-vim 5 " Last Change: 26 Oct 2025 6 7 if exists("b:did_indent") | finish | endif 8 9 " Correctly indent embedded shell commands. 10 runtime! indent/sh.vim