Questions tagged [neocomplete]
15 questions
21
votes
6 answers
Problems with Vim and lua?
I installed yadr onto my terminal, but I keep getting the following error when I open Vim:
neocomplete does not work this version of Vim.
It requires "if_lua" enabled Vim(7.3.885 or above).
EDIT:
Upgraded Vim to version 7.4.493 but still get the…

Kevin Lin
- 681
- 5
- 11
7
votes
1 answer
How can I disable YouCompleteMe and enable NeoComplete, only for one filetype?
I use YouCompleteMe for auto-completion in Vim. It doesn’t work well together with VimShell, so I want to disable it, only within VimShell buffers.
How can I disable YouCompleteMe and enable NeoComplete from Vimscript?

Alaya
- 3,287
- 4
- 27
- 39
2
votes
0 answers
Eclim autocomplete not working with neocomplete
I am using Eclim and Vim and Neocomplete plugin, but omnifunc does not work for me at all.
It seems that my environment is properly set, because when I try Eclim functions that test its environment then everything seems to be properly…

Martin Macak
- 3,507
- 2
- 30
- 54
1
vote
1 answer
Why we need autocomplete plugin for Vim since we have omni completion?
I am playing with vim currently and trying to configure it for a good editor for Java. When I configure the auto-completion feature for java, I was recommended to install plugins such as neocomplete or delplete.
But the default auto-completion like…

barry Zhang
- 13
- 2
1
vote
1 answer
mvim --version shows +lua/dyn but echo has("lua") returns 0
mvim --version
shows
+lua/dyn
but on mvim commandline
echo has("lua")
returns 0. neocomplete plugin is not working because of this.

A.K.
- 3,593
- 1
- 17
- 19
1
vote
0 answers
Remapping the escape key breaks nocompatible in vim
I'm trying to get a more sublime/atom-esq feeling when using vim. One of the things I've set up is neocomplete to mimic the other editor's autocomplete behavior.
I wanted the key to close a completion popup if one were open, or behave…

Alex Schneider
- 19
- 3
1
vote
1 answer
vim + neocomplete, how to define shortcut to change default dictionary
I started to use vim a month back and know I am trying to customize it by installing packages and modifying vimrc.
I am writing texts in more languages I and would like to have autocomplete in all of them.
In neocomplete plugin I can define path to…

yzatod
- 11
- 3
1
vote
1 answer
Change the direction of Neocomplete popu
I have neocomplete but it behaves counterintuitive. I want to change how the affects the selection.
Current situation:
def
Popup opens (This is an example, in reality there are much more and more complex items in that…

berkes
- 26,996
- 27
- 115
- 206
0
votes
0 answers
Spacevim: neosnippet mappings dont work
Problem
I set up my spacevim with builtin autocompletion which provides neosnippet in-box, but when I use my Enter button to perform expansion of a snippet I get just raw output of (neosnippet_expand). Also, I've tried to use deoppet snippets,…

RegreTTO
- 53
- 4
0
votes
1 answer
Disable neocomplete popup
So I have a problem. I've installed neocomplete for vim and whenever it completes something for me, it leaves vim with that popup:
It's at the top of the vim screen, and it stays here, ESCAPE doesn't work for it. Is there a way to close this up, or…
user6827707
0
votes
1 answer
vim - how do I set a shortcut?
I'm trying to follow the instructions for configuring NeoComplete
The config example is this:
inoremap neocomplete#complete_common_string()
I'm assuming this means, press Ctrl-L to accept the first completion. It doesn't work.
Can…

cjm2671
- 18,348
- 31
- 102
- 161
0
votes
1 answer
neocomplete autocompletion not working correctly with syntax files
This section is in my .vimrc:
" Enable omni completion
autocmd FileType css setlocal omnifunc=csscomplete#CompleteCSS
autocmd FileType html,markdown setlocal omnifunc=htmlcomplete#CompleteTags
autocmd FileType javascript setlocal…

user2263786
- 131
- 1
- 1
- 9
0
votes
1 answer
Make neocomplete work like AutoComplPop
After getting many crashes with AutoComplPop, I switched to neocomplete. I have already found the let g:neocomplete#enable_auto_select = 1 option which selects neocomplete's first suggestion when you hit return, as AutoComplPop does.
But I can't…

Jonah
- 15,806
- 22
- 87
- 161
0
votes
1 answer
Neocomplete does not work with vim files
I just installed Neocomplete and tried it for C files, ruby and python and it works perfectly.
I have problems with vim files as I don't get any omnicompletion at all. I tried C-x C-o and got omnifunc is not set error
What am I doing wrong? I…

Martin Macak
- 3,507
- 2
- 30
- 54
0
votes
1 answer
Omnisharp vim with neocomplete not working
I installed Omnisharp and I am able to get autocompletion with < Ctrl+X > + < Ctrl+O >, but this is obviously not ideal as you have to keep hitting this weird combination of keys. I have also installed neocomplete bundle to try and get…

girlcode
- 3,155
- 5
- 27
- 41