vimrc
vimrc copied to clipboard
The ultimate Vim configuration (vimrc)
From #740, Python 2 is no longer supported. This line `python update_plugins.py # use python3 if python is unavailable` makes it sound like this script still supports Python 2. So...
To enable structurizing of own stuff or using *dotfile* managers, this PR add the sourcing of `*.vim` files from the `my_config/` directory. If the `glob("~/.vim_runtime/my_configs/*.vim",1,1)` list is empty, the `~/.vim_runtime/my_configs.vim`...
Hi! I have been using your vimrc configuration for years! First thank you for your work. It has been very useful for me! Finally, here is a small contribution that...
Due to project restrictions, I can only use vi-minimal in Cygwin, not the fully fledged Vim. When trying to use your awesome rc, I get lot of errors saying that...
Debian12 i tried `"set statusline=\ %{HasPaste()}%F%m%r%h\ %w\ \ CWD:\ %r%{getcwd()}%h\ \ \ Line:\ %l\ \ Column:\ %c ` `source ~/.vim_runtime/vimrcs/basic.vim` but it did not work. appreciate any idea.
Situation: I am editing simple shell scripts. They use command line arguments accessed via $1, $2, $3, etc. This pkg has remapped/aliased those such that trying to insert $1 instead...
Per issue description, this comments out the global inoremap of "$" aliases to prevent annoying remaps during coding in shell, perl, php and anything else that uses $ for variable...
Hi, I'm getting these err; > line 146: > E185: Cannot find color scheme 'desert' > line 147: > E319: Sorry, the command is not available in this version: catch...
Thanks for the repo. I stalled ultimate vim and my vim is white text on a black background with no cursor. Any ideas? Thanks.
As described, vimrc mangles the paste when using Ctrl+Shift+V in normal mode. It consumes sometimes first 2 characters, sometimes much more as in the first screenshot and breaks all newlines...