On Mar 14, 11:08 am, Alex QR <[email protected]> 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. > > Thanks.
In a related note I would like to have to following: If a .vimrc does not exist in $HOME then look use $HOME/.vim/vimrc if it exists. This would make it more uniform than having .vimrc in unix and _vimrc in windows. -- 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
