tabnine-nvim
tabnine-nvim copied to clipboard
Tabnine Client for Neovim
This fixes several deprecation warnings in nvim 0.10. It should still work in previous versions. - **fix: vim.lsp.buf_get_clients is deprecated** - **fix: vim.loop is deprecated** - **fix: vim.api.nvim_buf_get_option is deprecated**
feat: add a build.lua file This is supported by lazy.nvim to automagically build the project.
**Describe the bug** Warnings when using inside of Neovim 0.11.x ``` vim.lsp.buf_get_clients() is deprecated, use vim.lsp.get_clients() instead. :help deprecated Feature will be removed in Nvim 0.12 stack traceback: /usr/share/nvim/runtime/lua/vim/lsp.lua:1092: in...
It took me way too long to find this folder. Hope I'll save someone else the time.
part 1 of #141 this allows ```lua local f = utils.debounce(function(...) print(...) end) f(1, nil, 9, nil, nil) -- "1 nil 9 nil nil" --- previously would've output "1" (undefined...
**Describe the bug** A clear and concise description of what the bug is. Vim with last tabnine continuously stopped with HUP signal. **To Reproduce** Steps to reproduce the behavior: 1....
This avoids constant nil errors (fixes #77), and quits early if the binary can't be found. Notifications can easily be added in future commits if so desired to warn the...
These use plenary's busted-like testing framework As such, they require that plenary is installed to run. Note: this is *not* a dependency for normal runtime. Should I add a CI...
This is the place to leave feedback / discuss issues on `Tabnine Chat` for `nvim`. Note this feature is still in BETA - to join the BETA - send us...
With the latest version of tabnine-nvim I get the following error message whenever I open Neovim: ``` Error executing vim.schedule lua callback: ...ocal/share/nvim/lazy/tabnine-nvim/lua/tabnine/binary.lua:49: attempt to concatenate a nil value stack...