livebook.vim 206 B

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