0

I keep getting this error

"index.html" 20L, 382C
Warning in snipMate.vim: Snippet section is already defined. 
See :h multi_snip for help on snippets with multiple matches.

Whenever I open an index.html file in vim. Only index.html for whatever reason : /

Any ideas?

Costa Michailidis
  • 7,691
  • 15
  • 72
  • 124

1 Answers1

2

Check your snippets folder, there must be a html.snippet file. Inside, search for a snippet called section, it's duplicated. Remove one of the duplicates and you probably will be good to go.

Magnun Leno
  • 2,728
  • 20
  • 29