neovim

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

vue.vim (385B)


      1 " Vim indent file placeholder
      2 " Language:	Vue
      3 " Maintainer:	None, please volunteer if you have a real Vue indent script
      4 " Last Change:	2022 Dec 24
      5 
      6 " Only load this indent file when no other was loaded.
      7 if exists("b:did_indent")
      8   finish
      9 endif
     10 " don't set b:did_indent, otherwise html indenting won't be activated
     11 " let b:did_indent = 1
     12 
     13 " Html comes closest
     14 runtime! indent/html.vim