ralismark / nvim-tabletops

Tabletop Simulator editor package for NeoVim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvim-tabletops

Tabletop Simulator editor package for NeoVim.

Currently only supports editing Lua scripts. At this point, it does not support:

  • Running lua commands
  • Editing UI XML
  • onExternalMessage and sendExternalMessage

Installation

This plugin can be installed using most plugin managers. You can directly use the master branch - there are no special 'stable' or 'release' branches.

e.g.

Plug 'ralismark/nvim-tabletops'

Usage

  • :TtsStart starts the editor server. This must be run before Vim can be used to edit scripts.
  • :TtsStop stops the editor server. You do not need to call this before exiting Vim.

About

Tabletop Simulator editor package for NeoVim

License:Apache License 2.0


Languages

Language:Vim Script 67.3%Language:Lua 32.7%