Whenever I press tab, or use a known snippet shortcut in a Go file, I receive the following message:
Error detected while processing function snipMate#TriggerSnippet[35]..snipMate#GetSnippetsForWordBelowCursor:
line 31:
E716: Key not present in Dictionary: get_snippets
Error detected while processing function snipMate#TriggerSnippet[35]..snipMate#GetSnippetsForWordBelowCursor:
line 31:
E116: Invalid arguments for function funcref#Call
Error detected while processing function snipMate#TriggerSnippet[35]..snipMate#GetSnippetsForWordBelowCursor:
line 31:
E116: Invalid arguments for function items
Error detected while processing function snipMate#TriggerSnippet[35]..snipMate#GetSnippetsForWordBelowCursor:
line 31:
E15: Invalid expression: items(funcref#Call(g:snipMate['get_snippets'], [snipMate#ScopesByFile(), word]))
Error detected while processing function snipMate#TriggerSnippet[35]..snipMate#GetSnippetsForWordBelowCursor:
line 31:
E716: Key not present in Dictionary: get_snippets
Error detected while processing function snipMate#TriggerSnippet[35]..snipMate#GetSnippetsForWordBelowCursor:
line 31:
E116: Invalid arguments for function funcref#Call
Error detected while processing function snipMate#TriggerSnippet[35]..snipMate#GetSnippetsForWordBelowCursor:
line 31:
E116: Invalid arguments for function items
Am using neovim, on MacBook Pro. Snippets work great for other languages such as JavaScript, Elixir etc. But Go language, always receive the above.
Whenever I press tab, or use a known snippet shortcut in a Go file, I receive the following message:
Am using neovim, on MacBook Pro. Snippets work great for other languages such as JavaScript, Elixir etc. But Go language, always receive the above.
Any thoughts?