neovim

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

sbt.vim (346B)


      1 " Vim filetype plugin file
      2 " Language:     sbt
      3 " Maintainer:   Steven Dobay <stevendobay at protonmail.com>
      4 " License:      Same as Vim
      5 " Last Change:  2017.04.30
      6 " ----------------------------------------------------------------------------
      7 
      8 if exists('b:did_ftplugin') || &cp
      9  finish
     10 endif
     11 
     12 runtime! ftplugin/scala.vim
     13 
     14 let b:did_ftplugin = 1