imxiejie / ThinkVim

Vim configuration in the 21st century
MIT License
868 stars 106 forks source link

glutentags /usr/local #119

Closed ubmarco closed 4 years ago

ubmarco commented 4 years ago

Problems summary

I'm editing a file in location ~/buffer. I get the following message:

gutentags: Found project marker '/usr/local' at the root of your file-system!  That's probably wrong, disabling gutentags for this file...

I've also seen that /usr/local is configured for gutentags_project_root. What's the intention of this?

Environment Information

Features: +acl +iconv +tui See ":help feature-compile"

system vimrc file: "$VIM/sysinit.vim" fall-back for $VIM: "/usr/share/nvim"

 * `:checkhealth` or `:CheckHealth` result(neovim only):

health#coc#check

health#nvim#check

Configuration

Performance

Remote Plugins

terminal

health#provider#check

Clipboard (optional)

Python 2 provider (optional)

Python 3 provider (optional)

Ruby provider (optional)

Node.js provider (optional)

How to reproduce the problem from neovim startup (Required!)

Can't really tell, the error pops up sometimes.

Screenshot (if possible)

Currently not available.

glepnir commented 4 years ago

maybe need disable for this filetype? what does filetype is?

ubmarco commented 4 years ago

It has no file type, it's just a plain text file where I store unstructured notes.

glepnir commented 4 years ago

I had remove it. because it's not necessary , should be fixed. If you reproduce it . reopen this issue. thanks for report!

ubmarco commented 4 years ago

Thanks a lot, I'll let you know.