Andy Stewart

Results 145 comments of Andy Stewart

Thanks for explaining further. Would you expect to see a `Cargo.lock` at the top level only? If not, these patterns work for me: ```vim let g:rooter_patterns = ['!../Cargo.toml', '!../../Cargo.toml', 'Cargo.toml']...

I can't reproduce this. Perhaps your home directory is a "root"? I.e. does your home folder contain any of these? .git, _darcs, .hg, .bzr, .svn, Makefile If not, I can...

Good to hear you solved the problem. The most recent commit (0415be8b) added `package.json` to the README, after the previous commit introduced it (see #123). In retrospect adding `package.json` as...

Me too. `config.cache_classes = true` is the default in Rails 7.

@waiting-for-dev I read that the opposite way, i.e. it needs to be set to `false` in Rails 7 when Spring is used.

The plugin only maps `K` to open documentation if you [don't already have a map](https://github.com/kiteco/vim-plugin/blob/c80323d49447ecc34f3bc23d3f14e2a114916c8e/autoload/kite.vim#L171-L173) for `K` and haven't already mapped `(kite-docs)`. What does `:verbose nmap K` produce?

Oh, I just noticed the last line of your second screenshot where you have mapped `gK` to `(kite-docs)`. In that case `gK` should invoke the documentation. And in fact your...

`:KiteEnableAutoStart` should ensure that when you launch neovim in future, Kite is launched too. However if you quit Kite without quitting neovim, then open a Python file, Kite won't be...

@metalogical Do you have any experience with Windows?