ManuelBlanc / vermtide.vim

Vim plugin to easen Vermintide mod development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vermtide.vim

Vim plugin to easen Vermintide mod development.

Features

Adds two new ex commands:

  • :VTOpenLog -- Opens the latest log (with syntax highlighting) at the first error.
  • :VTLaunchGame -- Launches the game (Vermintide2) through Steam.

Configuration

  • The location of the log files can be set through the g:vermtide_logs_path global variable.

Installation with vim-plug

  1. Add the following configuration to your .vimrc

    Plug 'ManuelBlanc/vermtide.vim'
  2. Install with :PlugInstall

Authors

License

MIT License. See LICENSE file.

About

Vim plugin to easen Vermintide mod development

License:MIT License


Languages

Language:Vim Script 100.0%