neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

lisp.vim (349B)


      1 " Vim indent file
      2 " Language:	Lisp
      3 " Maintainer:	Sergey Khorev <sergey.khorev@gmail.com>
      4 " URL:		http://sites.google.com/site/khorser/opensource/vim
      5 " Last Change:	2012 Jan 10
      6 
      7 " Only load this indent file when no other was loaded.
      8 if exists("b:did_indent")
      9   finish
     10 endif
     11 let b:did_indent = 1
     12 
     13 setlocal ai nosi
     14 
     15 let b:undo_indent = "setl ai< si<"