Skip to content

Instantly share code, notes, and snippets.

@waywardone
Created September 25, 2019 03:42
Show Gist options
  • Save waywardone/a0a7743ee15bd8e9a986ff7bf87610a8 to your computer and use it in GitHub Desktop.
Save waywardone/a0a7743ee15bd8e9a986ff7bf87610a8 to your computer and use it in GitHub Desktop.

Occasionally, vim on the Raspberry Pi will throw multiple Sorry, the command is not available... errors when using the basic vimrc from amix/vimrc.

This is likely 'cos the vim-gui-common and/or vim-runtime packages are missing. Fix with:

sudo apt install vim-gui-common vim-runtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment