A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/nvim-telescope/telescope-node-modules.nvim below:

nvim-telescope/telescope-node-modules.nvim: An extension that provides its users with node packages under node_modules directory

telescope-node-modules.nvim

telescope-node-modules is an extension for telescope.nvim that provides its users with node packages under node_modules/ dir.

use{
  'nvim-telescope/telescope.nvim',
  requires = {
    'nvim-telescope/telescope-node-modules.nvim',
  },
  config = function()
    require'telescope'.load_extension'node_modules'
  end,
}

:Telescope node_modules list

List packages under node_modules of the current directory. In default, it does actions below when you input keys.

key action <CR> (edit) builtin.find_files <C-x> (split) :chdir to the dir <C-v> (vsplit) :lchdir to the dir <C-t> (tabedit) :tchdir to the dir

Transform the result paths into relative ones with this value as the base dir.

Default value: vim.fn.getcwd()


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4