atom-ctags icon indicating copy to clipboard operation
atom-ctags copied to clipboard

making ctags run from project directory

Open alecnmk opened this issue 6 years ago • 1 comments

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.

alecnmk avatar May 24 '18 13:05 alecnmk

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)

alecnmk avatar May 24 '18 14:05 alecnmk