atom-ctags
atom-ctags copied to clipboard
making ctags run from project directory
I'm using [email protected]
setting in ~/.ctags.d/default.ctags
. It wasn't able to find project's .gitignore
file, since by default BufferedProcess
is starting from /
directory. That simple PR fixes that.
Really hope it'll make to next version ;) Thank you.
I'm experiencing other issue when running local version of the package: #201. I'm going to make a branch from v5.1.2 and apply that fix again. But that PR is pretty simple and should be legit.
update
I just needed to install deps for atom-ctags locally (it wasn't able to load ctags-cache
)