Skip to content

stoleruradu/nodejs.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

NodeJs neovim tools that fcilitates javascript/typescript NodeJs development.

Required dependencies

Instalation

Using vim-plug

Plug 'stoleruradu/nodejs.nvim'

-- somewhere in your config
require('nodejs').setup()

Using packer.nvim

use { 'stoleruradu/nodejs.nvim' }

-- somewhere in your config
require('nodejs').setup()

Using lazy.nvim

-- plugins/nodejs.lua:
return { 'stoleruradu/nodejs.nvim', opts = {} }

Usage

Scripts runner

Being in a package.json file, put the cursor on a script under scripts.

  • use <Leader>e to run a npm script.
  • use <C-c> to stop the execution.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages