omnicomplete
How do I map ctrl x ctrl o to ctrl space in terminal vim?
After searching a bit on the net it seems that I can\'t map CtrlSpace to 开发者_开发问答anything/alot. Is there a way to do it today, what I found was usually 2 years old.I\'ve run into the same issue[详细]
2023-04-12 07:52 分类:问答Vim with python support enviromental variables
If i type in the vim command line :python import os;print os.getenv(\'PYTHONPATH\') I get a path If i close vim and on the same terminal do[详细]
2023-04-06 20:06 分类:问答Problem with Vim omnicomplete and system Python
I have Vim set up, with +python (:version says it\'s ok). My .vimrc contains filetype plugin on set ofu=syntaxcomplete#Complete[详细]
2023-04-01 23:09 分类:问答Is there any way to set up good autocompletion for Ruby in Vim?
I\'ve been trying to set up Vim autocompletion for Ruby code and have not been successful. I mean things \"work\", but I would expect a better plugin or configuration to be available.[详细]
2023-03-31 20:46 分类:问答Problem with Ruby OmniComplete in Vim 7.3 finding matches at one line but not 2 lines down
Im trying to figure out why ruby omnicompl only works sometimes for me. Here it\'s working as expected.[详细]
2023-03-30 00:52 分类:问答Vim Python completion
I\'m having trouble with Vim and Python completion. In fact I\'m totally confused how does this work. I have generic gvim 7.3, on windows 7 (with python/dyn)[详细]
2023-03-28 23:53 分类:问答Improving Vim omni completion
How can I add help information or improve omni completion in Vim? For example, in a CSS file, when you type font, omni completion could show the expected values: font-style font-variant font-we开发者_[详细]
2023-03-18 05:11 分类:问答rails.vim with ruby omnicompletion giving "Error loading rails environment" error
I\'m trying to get up and working with vim with ruby on rails and am having a few problems with omni-completion.[详细]
2023-03-11 07:10 分类:问答vim java omnicomplete
I\'m doing my best to follow the directions for install here: http://vim.sourceforge.net/scripts/script.php?script_id=1785, but I can\'t get it working and it seems sort of vague.[详细]
2023-03-06 10:27 分类:问答Is VIM omni-completion really so limited? Or am I missing something?
Ruby: file = File.new(\"some.txt\", \"r\") lines = file.readlines Omni-completion tests file.readl ---------[详细]
2023-02-07 08:49 分类:问答