Coder Social home page Coder Social logo

nvim-zond's Introduction

nvim-zond

A nvim plugin which searches a file and runs a command on it

Use case

Find and run a test in a split.

image

nnoremap <C-t> <cmd>lua require('zond').find_and_run({ title = 'Run a test', filter = '.spec.ts$', cmd = 'vsplit term://npx jest %s' })<cr>

Required dependencies

Installation

Using vim-plug

Plug 'nvim-telescope/telescope.nvim', { 'tag': '0.1.0' }
Plug 'mrded/nvim-zond'

Using dein

call dein#add('nvim-telescope/telescope.nvim', { 'rev': '0.1.0' })
call dein#add('mrded/nvim-zond')

Using packer.nvim

use {
  'mrded/nvim-zond',
  requires = { {'nvim-telescope/telescope.nvim', tag = '0.1.0'} }
}

Usage

require('zond').find_and_run({
  title = 'Run a test',               -- (optional) a modal title.
  filter = '.spec.ts$',               -- (optional) a regex filter for the file search.
  cmd = 'vsplit term://npx jest %s'   -- a command to be run. %s will be replaced with a file path.
})

nvim-zond's People

Contributors

mrded avatar

Stargazers

 avatar kohane27 avatar Andrejs Agejevs avatar Marcin Dziewulski avatar Vinson Chuong avatar Orcan Tiryakioğlu avatar Tim Kersey avatar Nathan Knowler avatar Matt Mirus avatar Julius avatar Patryk Kielar avatar Martin Kinoo avatar Prouteau Kévin avatar Robert Audi avatar Tim Tyrrell avatar Yuta Katayama avatar Weverton Marques avatar Masanori Ogino avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.