mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
521e91e1c4
Update runtime files
ce001a337e
also add `vimStdPlugin` keywords missing from previous updates
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
|