-
When I try to open nvim with a file as parameter as: "nvim app.js" its show me the error "E1208: -complete used without -nargs", then I press enter and show me the file but I dont know what could be g…
-
Hello there,I really like this colorscheme,but it's too slow to startup with this plugin enabled,even if not set to one-dark colorscheme
a startuptime log shows how greatly it affects this:
> time…
-
1. ctrlp
2. nerdtree
3. vim-airline
4. vim-devicons
5. vim-easymotion
-
See nerdtree-git-plugin (https://github.com/Xuyuanp/nerdtree-git-plugin), which does this by default:
let g:NERDTreeGitStatusIndicatorMapCustom = {
\ 'Modified' :'✹',
…
-
I install this plug and it works well.
But there is a little trobule, I use NERDTree on the left of vim window,and tarbar on the right,
when I press F5 (or run :sx) ,the out put window closes my NE…
-
#### Required Info
- [x] I have searched the [issues](https://github.com/ryanoasis/vim-devicons/issues) for my issue and found nothing related and/or helpful
- [x] I have read or at least glanced …
-
#### Required Info
- [x ] I have searched the [issues](https://github.com/ryanoasis/vim-devicons/issues) for my issue and found nothing related and/or helpful
- [x ] I have read or at least glance…
-
我想使用树形目录,提示:E492: Not an editor command: NERDTreeToggle
我的NERDTree插件无法使用,网上查了之后了解到好像是NERDTree这个插件没有安装
我已经安装你的文档进行安装配置, 但是它不起作用,请教大佬怎么解决,多谢!
-
when I set in the following in my vimrc:
let g:indentLine_leadingSpaceEnabled = 1
the indentation in NERDTree is lost. That means when I open a folder with subfolders, they are not indented beneath, …
-
### The issue
I've noticed a delay recently when opening Python files that I work on in my job. I've looked into my vim `startup` file and I can see noticeable delay in this line:
```
219.254 00…