-
vimrc 中添加下面的就行:
``` vimrc
"let g:ctrlp_custom_ignore = $PWD.'/\(\.git\|node_modules\)$'
let g:ctrlp_custom_ignore = $PWD.'/\(node_modules\)$'
```
-
I was trying to use vim debugging to investigate fatih/vim-go#2090, to find where `&cpo` was being changed. This is what my session looks like:
$ vim -D foo.go
Entering Debug mode. Type "…
-
```
What steps will reproduce the problem?
1. Add `set cc=80` to your ~/.vimrc
2. Open any document (e.g., ~/.vimrc)
3. Copy-and-paste code from there (e.g., into the same file)
You'll find that each…
-
```
What steps will reproduce the problem?
1. Add `set cc=80` to your ~/.vimrc
2. Open any document (e.g., ~/.vimrc)
3. Copy-and-paste code from there (e.g., into the same file)
You'll find that each…
-
In a few cases, it's useful for addons to be able to execute code as soon as possible after they're activated. It would be nice to have support for a "post-activate-hook".
For example, plugins that p…
-
**Describe the bug**
I got error message like tittle.
And I put "let g:gutentags_trace = 1" in .vimrc then I saw a message:
gutentags: Running: ['gtags', '--incremental', '/home/hellokitty/.cache/.…
-
# Vi
- [Install and Setup](#Install_and_Setup)
- [UseCase](./0018_Tools_Text_Vi_UseCase)
- [Plugins](./0017_Tools_Text_Vi_Plugins)
## Install and Setup
### 1 使用自动化脚本获取插件并安装
```
wget -qO…
-
Hello, I just installed Vundle and tried to resolve this multiple times
Basically my problem is that if I enter `:syntaxt on` I get `E492: Not an editor command: syntaxt on`
My ultimate goal is to…
-
Hi!
For some reasons that I cannot understand, the keyboard shortcuts don't work at all for me, in the quicklist window.
I can press any key on the result list but nothing happen (no file gets ope…
-
I simply tried copypasting a lot of my config, and it seems that vimrc-style comments (`" something`) make the entire svimrc invalid.