https://github.com/itchyny/vim-gof
https://github.com/itchyny/vim-gof
vim vim-plugin
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/itchyny/vim-gof
- Owner: itchyny
- License: mit
- Created: 2020-02-03T13:37:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T09:54:54.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T18:12:57.949Z (over 1 year ago)
- Topics: vim, vim-plugin
- Language: Vim Script
- Size: 18.6 KB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-gof

## Usage
```
:Gof
" MRU using gof
:let g:gof_mru = 1
:Gof mru
" Exclude files by pattern from MRU
:let g:gof_mru_ignore_pattern = '\v/\.git/|/node_modules/'
```
### Requirements
- Vim with terminal feature (`exists('*term_start')`)
- [gof](https://github.com/mattn/gof)
## Author
itchyny (https://github.com/itchyny)
## License
This software is released under the MIT License, see LICENSE.