Please explain Vim's configuration directories hierarchy

后端 未结 3 745
栀梦
栀梦 2021-01-31 09:13

I am trying to update my Vim configuration scripts. There are a number of sub-directories in my ~/.vim directory and I\'m not sure the specifics of wha

3条回答
  •  再見小時候
    2021-01-31 09:47

    All those directories are part of the runtimepath. Try :h runtimepath and it will link you to your answers:

    1. Check :h write-plugin
    2. Check :h autoload-functions
    3. after/... scripts are executed last, so they can override settings of earlier scripts. You can read more about this in :h runtimepath.

提交回复
热议问题