From b853fbd6cc65744307bcfb73541c252ad7025870 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 31 May 2018 18:16:05 +1200 Subject: Rebuild dotfiles(7) manual from source --- man/man7/dotfiles.7df | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/man/man7/dotfiles.7df b/man/man7/dotfiles.7df index 046e35db..a30d0028 100644 --- a/man/man7/dotfiles.7df +++ b/man/man7/dotfiles.7df @@ -490,12 +490,19 @@ structures like functions, I like to implement it as a plugin in \f[C]~/.vim/plugin\f[] and/or \f[C]~/.vim/autoload\f[]. There's documentation for each of those in \f[C]~/.vim/doc\f[]. .PP -Any/all of those plugins may eventually be spun off into their own -repositories in the future, but for the moment they live here. -You can create distribution packages for them with +They eventually get either discarded or spun off into their own +repositories, added to this repository as submodules intead, and +uploaded to +vim.org (https://www.vim.org/account/profile.php?user_id=73687). +.PP +You can create distribution packages for whatever's still in here with \f[C]make\ dist\-vim\-plugin\f[]; they will be created in \f[C]vim/dist\f[]. .PP +All plugins and colorschemes with their own repositories are installed +as submodules in \f[C]~/.vim/bundle\f[]. +They are installed into \f[C]~/.vim\f[] as normal. +.PP I also define a few rules specific to file types I often edit in \f[C]~/.vim/after/ftplugin\f[], including some local mappings for checking, linting, and tidying, and a few more in @@ -503,9 +510,6 @@ checking, linting, and tidying, and a few more in There are also a few tweaks to core syntax files in \f[C]~/.vim/after/syntax\f[], especially for shell script (\f[C]sh.vim\f[]). -.PP -Third\-party plugins are in submodules in \f[C]~/.vim/bundle\f[]. -They are installed into \f[C]~/.vim\f[] as normal. .SS Neovim .PP I test my configuration every now and then with the Neovim -- cgit v1.2.3 From f528dc2e02de11d241936c2c2de30c4d65f0ee10 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 31 May 2018 18:17:13 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 09daa252..8f737ff2 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v0.36.0 -Wed May 30 11:55:57 UTC 2018 +tejr dotfiles v0.37.0 +Thu May 31 06:17:09 UTC 2018 -- cgit v1.2.3