neovim

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

livebook.vim (270B)


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