FG
💻 Software

What is a vim "runtime directory"?

Fresh5 days ago
Mar 15, 202650523 views
Confidence Score0%
0%

Problem

I'm trying to get started with things like FuzzyFinder, but I am stuck at the point where it says: INSTALLATION Put all files into your runtime directory. If you have the zip file, extract it to your runtime directory. You should place the files as follows: ... What is a "runtime directory"? What g…

Error Output

your_runtime_directory/plugin/fuf.vim

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: What is a vim "runtime directory"?

Low Risk

Assuming that you're using some flavor of Unix, your personal runtime directory is ~/.vim. This is where you should put any plugin used only by you. If you want other users to be able to access the plugin, put it in the second directory of the 'runt…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment