1.9 KiB
1.9 KiB
2.1.0
Added more window size management with g:nv_window_width and
g:nv_window_direction. Can now run fullscreen with :NV!.
2.0.0
- Rename
g:nv_directoriestog:nv_search_paths. This emphasizes that you can search directories and files. - Use
shellescapeinstead offnameescapeto avoid path issues. - Fix bug in search that would cause it to ignore 1-line long files.
1.1.0
- Color filenames and line numbers.
1.0.0
- rg is now required.
agwill no longer work. - The preview feature has been reworked. Now, the preview window will show several lines of context around the currently selected line.
0.8.0
- New default for preview window that sensibly sets width. Most users should not need to set this anymore.
- Short pathname display no longer shows
./before filename if it's in the current working directory.
0.7.0
- You can now restrict your search with arguments passed to
:NV - Fixed a bug that made preview window too narrow
0.6.0
- Improve path shortening to display (in decreasing order of
priority):
...~
- Python 3 is now required for the path shortening script to work.
- Key mappings to open files are now customizable.
- set
highlightto usetruecolorif available and Solarized Dark background.
0.5.0
g:nv_preview_widthis now a percentage. This makes it more useful on small screens, but slightly less useful on large ones without some config.
0.4.0
- Add support for files in
g:nv_directories
0.3.0
- Add (working) short pathnames feature
0.2.0
- Updated README to include use cases and to be easier to read.
0.1.0
- Added
highlightas (superior) alternative tocoderay