File: vim-vimerl.yaml

package info (click to toggle)
vim-vimerl 1.4.1%2Bgit20120509.89111c7-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 212 kB
  • sloc: erlang: 1,002; sh: 12; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 545 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
addon: vimerl
description: "The Erlang plugin for Vim"
disabledby: "let loaded_erlang_skel=1"
files:
  - autoload/erlang_complete.erl
  - autoload/erlang_complete.vim
  - compiler/erlang_check.erl
  - compiler/erlang.vim
  - doc/vimerl.txt
  - ftplugin/erlang.vim
  - indent/erlang.vim
  - indent/erlang_indent.erl
  - plugin/erlang_skels/application
  - plugin/erlang_skels/gen_event
  - plugin/erlang_skels/gen_fsm
  - plugin/erlang_skels/gen_server
  - plugin/erlang_skels/header
  - plugin/erlang_skels/supervisor
  - plugin/erlang_skel.vim