pechorin / any-jump.vim

Jump to any definition and references 👁 IDE madness without overhead 🚀
1.07k stars 40 forks source link

Use nvim buffer methods, defer filetype #66

Closed rafi closed 3 years ago

rafi commented 3 years ago

This also solves 3rd-party autocmd's that target filetype any-jump. For example, nathanaelkane/vim-indent-guides has an option g:indent_guides_exclude_filetypes to exclude types, which now works with this patch.

pechorin commented 3 years ago

Please do not destroy already created functionality in future requests (buffer name)

rafi commented 3 years ago

@pechorin I missed that, my mistake. Thanks for merging.