vim-gof

MIT License

Stars
13

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

Author

itchyny (https://github.com/itchyny)

License

This software is released under the MIT License, see LICENSE.