aw1875 / tests.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tests.nvim

Simple plugin for running my java test cases for CSCI 261

Setup

require("tests").setup({
    timeout = 3000
})

How to run

Run the command :Tests in then neovim commands panel.

Documentation

See :help tests.nvim

About


Languages

Language:Lua 98.1%Language:Vim Script 1.9%