vis-lint

vis plugin for linting code
git clone anongit@rnpnr.xyz:vis-lint.git
Log | Files | Refs | Feed | README | LICENSE

Commit: c6b97354af58114dd83e7e3b55d131728cc2b595
Parent: 51ef62a89c313b3e6abd93ed5f1b2497f249f87d
Author: Randy Palamar
Date:   Thu, 13 Apr 2023 17:18:21 -0600

cleanup README

Diffstat:
MREADME.md | 16+++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -3,12 +3,18 @@ Lint the currently open file in [Vis](https://github.com/martanne/vis) and display the output in the message window. -# Installation +## Installation -See [Plugins](https://github.com/martanne/vis/wiki/Plugins) on the -Vis wiki. +Clone the repo to `$VIS_PATH/plugins` and then its sufficient to include +the following in your `visrc.lua`: -# Usage -Type the following into the prompt: + require('plugins/vis-lint') + +See [Plugins](https://github.com/martanne/vis/wiki/Plugins) on the Vis +wiki for further details. + +## Usage + +Type the following into the Vis command prompt: :lint