Replies: 1 comment 2 replies
-
Such parts like filetype plugins are not a part of responsibility of MacVim project and these files goes from vim project directly. It would be helpful if exact change could be found. I suggest to have a look into a better completion like LSP (Language Server Protocol) plugins. I personally use YouCompleteMe. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use omnifunc in a Ruby file, which should trigger code completion using Vim's standard filetype plugin. However, when I invoke omnifunc
i_C-X_C-O
MacVim responds withE764: Option 'omnifunc' is not set
. Filetype detection, plugin, and indent are all switched on, and MacVim is correctly detecting that I'm working with a Ruby file, yet omnifunc still isn't working.As I understand it, omnifunc should be set by the filetype plugin when it is loaded. When running a different version of Vim from the terminal it works as expected, so the problem seems to be limited to MacVim.
Is this a bug? Or does MacVim require additional configuration that I missed?
Beta Was this translation helpful? Give feedback.
All reactions