Skip to content

simple telescope.nvim extension to run node scripts

Notifications You must be signed in to change notification settings

ywwa/telescope-nodua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages