-
After having intalled _vim-textobj-rubyblock_ to `.vim/bundle` using [Vundle](https://github.com/gmarik/vundle) I get the following error on opening Vim:
``` bash
Unknown Function: textobj#user#plug…
-
Hi there, I've used Vundle for a while, and I've keeping vim dotfiles syncing to GitHub by terminal commands(git push). It is amazing!
But recently when I started using **Github Desktop for mac** for…
-
I've been using this code for ages, from the very first time I learned about Vundle. I can't even remember where I found it (hey, I was young, I didn't care about storing that type of information).
…
-
I get a load error when loading vim-ruby-conque. I've truncated my .gitmodules to this:
`$ cat .gitmodules
[submodule "bundle/vim-ruby-conque"]
path = bundle/vim-ruby-conque
url = https://gi…
-
I've been loving using fish, but I've found that the startup time of this plugin is super slow, upwards of 5 seconds sometimes. I've pasted below a bit of the output of my `vim --startuptime vim.log t…
-
$ vim -version
VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Apr 24 2018 05:16:21)
Garbage after option argument: "-version"
More info with: "vim -h"
$ cat .vimrc
set nocompatible …
-
My *_~/.vim/bundle/ *_ folder does not have ##Vundle.vim##, why?
-
```
set nocompatible
if empty(glob('~/.vim/autoload/plug.vim'))
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.v…
-
google chrome のインストール
日本語入力できるようにする
zshのインストール
zplugのインストール
vimのインストール
```
sudo apt-get update
sudo dpkg --configure -a
sudo apt-get install -y curl zsh git gawk vim-gtk
curl -sL zplug.sh…
-
## Information
**VIM version**
```
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Feb 19 2021 17:22:25)
macOS version
Included patches: 1-2164
Compiled by Homebrew
```
Operating System…