vim-apathy icon indicating copy to clipboard operation
vim-apathy copied to clipboard

apathy.vim: Set the 'path' option for miscellaneous file types

Results 2 vim-apathy issues
Sort by recently updated
recently updated
newest added

This will allow `gf` on projects between files in the same project even when I haven't done `npm install` yet.

Adapted from https://github.com/romainl/ctags-patterns-for-javascript to Vim's regular expression syntax. Making good use of `\ze` to match labels coming before the syntax markers. This is a follow-up to https://github.com/tpope/vim-apathy/issues/9#issuecomment-473923678