-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3 0 #1006
base: master
Are you sure you want to change the base?
Conversation
try to fix #526 issue 1, prevent "<C-k>" from invoking its self looply.
Corrected the load order of config files to match the code. Also added a link for AutoClose
I sometimes need to use other git transports (as opposed to https) and having these uris readable from the environment helps.
Added Chocolatey NuGet install instructions for Windows
Informations about how to add YouCompleteMe were wrong.
Change ctrl-e to use nerdtree-tabs instead of nerd tree native
Correct load order of config files in readme
Fix no_conceal on youcompleteme
fix spelling of occurred in debug()
allow git_uri and vundle_uri to be set in ENV for bootstrap.sh
add a switch to disable omni complete
… , d$ now deletes last character of line
Fixing d$ not deleting last character of the line after wrap relative motion code was replaced
… 4.1 split the repository into two and the other half is now missing, see the PR for details.
…ns at Shougo/neosnippet
This is about the same as the %BASE_DIR% var in the windows scripts
It doesn't seem like we need this submodule anymore since the script clones vundle itself. is there a reason it's still here?
This as it slows down exit from insert mode for many users
Added Bundle 'powerline/fonts'
Fix a link to neocomplete
A simple change to support neovim. Fixes #774. Move nvimrc file inside .nvim directory Only install neovim support if neovim is being used Use program_exists function instead of vimscript Made a hasty mistake and added vimscript to a bash script :X Neovim not existing no longer stops script Also correct `endif` to `fi`. Refactor program_exists naming Changed `program_exists` to `program_must_exist`, which throws an error which halts the script if the program is not found, and refactored `nvim_exists` to be the more general `program_exists`, which does not throw an error if the program is not found. Refactor program_exists and program_must_exist `program_must_exist` uses `program_exists` now, instead of repeating code. Changed `type` to `command -v` in `program_exists` to be more POSIX compliant. Refactored status code conditional in `program_exists` to remove double negatives. Thanks to @mkwmms for the suggestions. Preliminary support for neovim A simple change to support neovim. Fixes #774. Move nvimrc file inside .nvim directory Refactor program_exists naming Changed `program_exists` to `program_must_exist`, which throws an error which halts the script if the program is not found, and refactored `nvim_exists` to be the more general `program_exists`, which does not throw an error if the program is not found. Refactor program_exists and program_must_exist `program_must_exist` uses `program_exists` now, instead of repeating code. Changed `type` to `command -v` in `program_exists` to be more POSIX compliant. Refactored status code conditional in `program_exists` to remove double negatives. Thanks to @mkwmms for the suggestions.
Preliminary support for neovim
vim-easymotion is now in the easymotion github org. The previous location redirected to the new one, but we might as well update the reference to the new location.
Updates filemode for uninstall.sh from 644 to 755.
Fix uninstall.sh not executable
pymode works for python 3 (python-mode/python-mode#197). So far, this update (allowing it when python3 is present) seems to work fine for me.
fixed nvim symlik
use pymode even for python3
Update location of vim-easymotion.
Silently restore cursor.
Terryma's repository is the one being maintained now.
Switch back to terryma's version of vim-multiple-cursors
I can't imagine this ever working :)
Remove win16 from WINDOWS()
Fixes #861
fix outdated link.
Add emmet plugin
…es have been migrated to github.co m/vim-airline/vim-airline-themes." as vim-airline made a update days ago.
Tiny change to fix vim-airline alert
Leo Wzukw seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
No description provided.