Files
org-vim/runtime/indent/lf.vim
CatsDeservePets 56d470a008 runtime(lf): update syntax to support lf version r41
Also, mark @CatsDeservePets as maintainer.

closes: #18640

Signed-off-by: CatsDeservePets <145048791+CatsDeservePets@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2026-02-06 09:55:53 +00:00

11 lines
327 B
VimL

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