mirror of
https://github.com/neovim/neovim.git
synced 2024-12-25 21:55:17 -07:00
13 lines
273 B
VimL
13 lines
273 B
VimL
|
" Vim indent file
|
||
|
" Language: Fennel
|
||
|
" Maintainer: Gregory Anders <greg[NOSPAM]@gpanders.com>
|
||
|
" Last Change: 2022 Apr 20
|
||
|
|
||
|
" Only load this indent file when no other was loaded.
|
||
|
if exists("b:did_indent")
|
||
|
finish
|
||
|
endif
|
||
|
|
||
|
" Use the Lisp indenting
|
||
|
runtime! indent/lisp.vim
|