GitXplorerGitXplorer
s

vim-evtgen

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
ad01d4e1fff1db3921b9737b6df709bd9928f4e5

Remove copyright dates (#12)

ssrstevenson committed 8 months ago
Unverified
d77cd5ceec6e0c73149d833a46b2fa7c9637ec2c

Update CI workflow

ssrstevenson committed 8 months ago
Unverified
f7b0594d802be35ffaacf6fcc04ba5236b955712

Bump actions/setup-python from 2 to 5

ddependabot[bot] committed 8 months ago
Unverified
229c99da55937302569d168eb30188f3a6de63d6

Change Dependabot interval to monthly

ssrstevenson committed 3 years ago
Unverified
d77cbdbbff97fad5246917a00659528ee33839d2

Don't run duplicate jobs for PRs from base repo

ssrstevenson committed 3 years ago
Unverified
ae35a06aeee166cc6d2722c7dfc2d8ba0812b55b

Add badges to README.md

ssrstevenson committed 4 years ago

README

The README file for this repository.

vim-evtgen

Licence CI status

vim-evtgen is a plugin for EvtGen decay files.

Features

  • Syntax highlighting
  • Decay block folding
  • Automatic closing of Decay blocks, adding the matching Enddecay (requires vim-endwise)
  • Jump between matching Decay and Enddecay pairs with %

Installation

If you already use a plugin manager such as vim-plug, Dein.vim, or Vundle, install vim-evtgen and its dependency vim-endwise in the normal manner. Otherwise, the recommended plugin manager is minpac. Add the following to your vimrc ($HOME/.vim/vimrc for Vim and ${XDG_CONFIG_HOME:-$HOME/.config}/nvim/init.vim for Neovim), restart Vim, and run :call minpac#update():

call minpac#add('tpope/vim-endwise')
call minpac#add('srstevenson/vim-evtgen')

If you have Vim 7.4.1840 or newer, you can use the native package support instead of a plugin manager by cloning vim-evtgen into a directory under packpath. For Vim:

git clone https://github.com/srstevenson/vim-evtgen \
    ~/.vim/pack/plugins/start/vim-evtgen

For Neovim:

git clone https://github.com/srstevenson/vim-evtgen \
    ${XDG_DATA_HOME:-$HOME/.local/share}/nvim/site/pack/plugins/start/vim-evtgen

Configuration

To disable folding of Decay blocks (enabled by default), add the following to your vimrc:

let g:evtgen_disable_folding = 1

Copyright

Copyright © Scott Stevenson.

vim-evtgen is distributed under the terms of the ISC licence.