blob: 2d9b89d1fd4b051273d440a1ddc804e4e36b044a (
plain)
1
2
3
4
5
6
7
8
9
10
|
" 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
|