ywwa / telescope-nodua

simple telescope.nvim extension to run node scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

telescope-nodua

simple telescope extesion to run node scripts

yet not fully finnished yet

Usage

  1. Open using command :Telescope nodua
  2. Select desired script and press enter

To hide terminal just repeat same process (TODO: add mapping)

Dependencies

self explanatory dependency

Installation

Lazy:

add as a dependency

{
  "nvim-telescope/telescope.nvim",
  ...,
  dependencies = { "ywwa/telescope-nodua" }
}

then load it using

require('telescope').load_extension('nodua')

Todo

  • add option to override toggle(opts) function
  • add mapping to hide opened terminal

About

simple telescope.nvim extension to run node scripts


Languages

Language:Lua 100.0%