Aaron Dill
Aaron Dill
@amirbilu In the README, I changed the reference to `vim.loop.os_uname()` to `vim.uv.os_uname()` for the "platform dependant build script". If one were to copy that code and use it before nvim...
@amirbilu I added the note to the readme in 84768b05e71bc8b1bc11f143dad63da95bd34eb7
@amirbilu that could work. what would you expect it to do? just run `cargo build`? if we're doing that, should we also (or instead) add a `:TabnineBuild` command to run...
@amirbilu and @christian-oudard, I'm in favor of adding commands like `:TabnineChatBuild` to make this process easier for users, but I **don't** think this PR should be merged, as this files...
I think this might be an issue with another plugin or configuration. Is your nvim config available on the internet? How are you starting nvim? what is `src/path/to/1.ts`? is that...
@QuackBooster can you reproduce this with *just* tabnine installed? init.vim ```vim " VIM PLUG AUTOMATIC INSTALLATION let data_dir = has('nvim') ? stdpath('data') . '/site' : '~/.vim' if empty(glob(data_dir . '/autoload/plug.vim'))...
@kalloc did that fix your issue?
> I would vote for either silent fail or logging, as a notification would be annoying as well (although shouldn't negatively affect Neovim's usability). I don't need to be constantly...
We were waiting on your input on the notifications, I believe, but I just added them for missing files, *if* the arch is in our list of supported ones. So...
@amirbilu any update on getting a review here?