neovim

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

livebook.vim (206B)


      1 " Placeholder livebook indent file.
      2 " This simply uses the markdown indenting.
      3 
      4 " Only load this indent file when no other was loaded.
      5 if exists("b:did_indent")
      6  finish
      7 endif
      8 
      9 runtime! indent/markdown.vim