Questions tagged [neocomplcache]

Neocomplcache is a Vim plug-in (that only uses VimL) to perform keyword completion by making a cache of keywords in a buffer.

8 questions
6
votes
2 answers

Using neocomplcache and clang_complete?

I'm trying to make clang_complete and neocomplcache to play along nicely. My problem is that when I open a cpp, c, objc or objcpp file I get the following error from neocomplcache completefunc=ClangComplete^@^ILast set from…
Goles
  • 11,599
  • 22
  • 79
  • 140
4
votes
2 answers

Disable NeoComplCache based on filetype

I am trying to get vim setup such that when I edit a C or C++ file it uses the YouCompleteMe plugin for completions, and for everything else it uses NeoComplCache. I'm starting with v3.0 of the spf13 vim configuration. I've added the following to my…
alanxz
  • 1,966
  • 15
  • 17
3
votes
1 answer

How to disable the auto-complete feature on periods

If someone presses the period key while writing code the auto-complete feature tries to give suggestions for what could follow after that period. This mechanism may be too slow to be useful sometimes. How to disable this behavior? Triggering this…
wmax
  • 1,014
  • 10
  • 21
3
votes
1 answer

NeoComplCache makes me an extra return key press to open a new line

The problem is that when I am at the end of the line, and the NeoComplCache prompt up some words. I want to open a new line below by pressing the return key, but I need to press the return key 2 times. The first time of pressing the return key…
code4j
  • 4,208
  • 5
  • 34
  • 51
3
votes
1 answer

Neocomplete and Eclim don't work together

with the default set up, there nothing shows about the auto completion,either no autocomplete shows up nor key, the later shows "pattern not found", Is there anyone can tell me how to make it working? here my vimrc file: set…
mko
  • 21,334
  • 49
  • 130
  • 191
2
votes
1 answer

Vim neocomplcache: disable usage prompt

I am using Vim with neocomplcache plugin, its feature of usage prompt while completion confused me so much. It behaved like this: I typed when the cursor was at the end of os.path., then not only completion candidates was listed under the…
Reorx
  • 2,801
  • 2
  • 24
  • 29
1
vote
0 answers

Ruby-aware completion using neocomplcache in vim

Suppose I'm writing a custom validation method in a Rails model: validate :customer_must_be_valid And then I'm writing this method for validation: def cust And neocomplcache does not present me with the completion for…
Paweł Gościcki
  • 9,066
  • 5
  • 70
  • 81
-3
votes
1 answer

"Press ENTER or type command to continue" in vim when enabling neocomplete plugin

As soon as I enable neocomplete in my .vimrc let g:neocomplcache_enable_at_startup = 1 I keep getting NORMAL › +1 ~2 -281 › 1:.vimrc 1:.vimrc 1:.vimrc Press ENTER or type command to continue Message every time I open a file. How…
CodeCrack
  • 5,253
  • 11
  • 44
  • 72