Alex QR wrote:
Hello!
Pls add support for $XDG_CONFIG_HOME variable.
In short term $XDG_CONFIG_HOME is where all configs should be
(standard by freedesctop.org) and normaly points to ~/.config
so structure that I wish to see is like that:
.config/vim
.config/vim/doc
.config/vim/vimrc
.config/vim/autoload
.config/vim/colors
.config/vim/plugin
.config/vim/viminfo
etc.
Also the I want to accentuate that vimrc (form my point if vision of
course) should be in .config/vim directory. It seen logical to mi if
all vim configuration files will be in the same directory.
Why not just set your VIMRUNTIME variable? Something like
export
VIMRUNTIME="$HOME/.config/vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,$HOME/.config/vim/after"
Regards,
Chip Campbell
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php