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
=SuperTab('n')
Error detected while processing function SuperTabCodeComplete:
line 12:
E15: Invalid expression: v:lua
Press ENTER or type command to continue
Error detected while processing function SuperTabCodeComplete:
line 12:
E475: Invalid argument: v:lua.vim.lsp.omnifunc
Press ENTER or type command to continue
Error detected while processing function SuperTabCodeComplete:
line 15:
E117: Unknown function: Func
Press ENTER or type command to continue
Error detected while processing function SuperTabCodeComplete:
line 16:
E121: Undefined variable: start
Press ENTER or type command to continue
Error detected while processing function SuperTabCodeComplete:
line 12:
E15: Invalid expression: v:lua
Press ENTER or type command to continue
Error detected while processing function SuperTabCodeComplete:
line 12:
E475: Invalid argument: v:lua.vim.lsp.omnifunc
Press ENTER or type command to continue
Error detected while processing function SuperTabCodeComplete:
line 23:
E117: Unknown function: Func
Press ENTER or type command to continue
Error detected while processing function SuperTabCodeComplete:
line 26:
E121: Undefined variable: results
Press ENTER or type command to continue
Error detected while processing function SuperTabCodeComplete:
line 26:
E116: Invalid arguments for function type
Press ENTER or type command to continue
Scanning tags.
Press ENTER or type command to continue
Is there anything I can do or can SuperTab be changed to make this work?
The text was updated successfully, but these errors were encountered:
I set up Neovim's LSP following the guide here: https://github.com/neovim/nvim-lspconfig the relevant bit being this:
There are two problems with it. Because the omnifunc is only set when the LSP attaches, the autocmd to configure SuperTab:
for setting up the chaining doesn't work because when it's executed omnifunc is still empty.
But even if I change it to:
I get errors:
Is there anything I can do or can SuperTab be changed to make this work?
The text was updated successfully, but these errors were encountered: