imxiejie / ThinkVim

Vim configuration in the 21st century
MIT License
868 stars 106 forks source link

How can i remove a plugin? #44

Closed AlessandroChen closed 5 years ago

AlessandroChen commented 5 years ago

I have deleted lines in dein/plugins.yaml, but it didn't work.

Any help please?

glepnir commented 5 years ago

just recache。call dein#recache_runtimepath() or use menu ;+m then choose dein choose recache runtimepath

glepnir commented 5 years ago

@AlessandroChen by the way .i tested it, just use gcc to comment a plugin, then reopen nvim.it doesnt work. because i set the autocache when you edit the plugins.yaml.