https://github.com/mortonfox/nerdtree-ags
NERDTree plugin to search under the selected path using vim-ags
https://github.com/mortonfox/nerdtree-ags
nerdtree search vim vim-ags
Last synced: about 1 year ago
JSON representation
NERDTree plugin to search under the selected path using vim-ags
- Host: GitHub
- URL: https://github.com/mortonfox/nerdtree-ags
- Owner: mortonfox
- License: mit
- Created: 2016-07-20T21:49:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-21T04:28:45.000Z (almost 10 years ago)
- Last Synced: 2025-02-14T01:18:58.615Z (over 1 year ago)
- Topics: nerdtree, search, vim, vim-ags
- Language: VimL
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nerdtree-ags
## Introduction
ags\_path is a [NERDTree](https://github.com/scrooloose/nerdtree)
plugin that adds a menu item to search for a keyword or regex under the
selected path using [vim-ags](https://github.com/gabesoft/vim-ags).
## Installation
### Pathogen
Use the following commands:
cd ~/.vim/bundle
git clone https://github.com/mortonfox/nerdtree-ags.git
### Vundle
Add the following to your vimrc:
Plugin 'mortonfox/nerdtree-ags'
Install with ```:PluginInstall```.
### Manual Installation
Copy ```ags_path.vim``` to ```~/.vim/nerdtree_plugin/``` (*nix)
or ```~/vimfiles/nerdtree_plugin``` (Windows).
## Usage
In the NERDTree window, select the desired folder and then type ```m```
and ```s```. Enter a keyword or regex at the prompt to get a vim-ags search
results window.