tpope / vim-apathy

apathy.vim: Set the 'path' option for miscellaneous file types
180 stars 9 forks source link

It doesn't work for lua #2

Closed AvianY closed 6 years ago

AvianY commented 6 years ago

If you have one file in directory, for example: main.lua with contents require "adsfasdf", checkpath command will say all included files found. Also, even when the included file exists and there is a definition in it, commands such as: [i :isearch will not find it.

tpope commented 6 years ago

It needs to be require("adsfasdf"), no?

AvianY commented 6 years ago

for me it works also the way I wrote it