You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
found workaround for your problem with lazy = false.
but it still conflicting and have some another problem
a) vim.g.tabby_inline_completion_keybinding_accept = "<C-G>" : using this line - autocompletion does not work,:verbose imap<C-G> shows empty
b) vim.cmd "exec 'imap <buffer><script><silent><nowait><expr> ' . '<C-G>' . ' tabby#inline_completion#service#Accept()'" - found exact code in plugin files, added to init function and now all is fine.
@icycodes can u help with explaining why so?
vim-tabby 2.0.1
In your README, the instructions to use tabby with Lazy.nvim is:
However, this configuration doesn't load tabby. I found that it needs
lazy = false
to load correctly.The text was updated successfully, but these errors were encountered: