dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

perhaps make vim and nvim work "similarly" as in with XDG in mind?

Open SolarAquarion opened this issue 8 years ago • 2 comments

like this https://github.com/kaleb/vim-files/blob/master/xdg.vim>?

SolarAquarion avatar Oct 30 '15 00:10 SolarAquarion

I appreciate the idea of nicely confining user applications to XDG dirs, and for most applications I'd be open to following that standard, but I really like ~/.vim/plugged for installing local vimpkgs as opposed to ~/.config/vim/plugged, or ~/.plugged, ~/.local/packages, and so I'm always going to want a ~/.vim dir.

I also like having ~/.vimrc next to ~/.bashrc, although I wouldn't mind moving vimrc to ~/.vim/vimrc as vim v7.3.1178 allows.

atweiden avatar Oct 30 '15 04:10 atweiden

perhapsaps use something like XDG_CONFIG_HOME/plugged

SolarAquarion avatar Nov 01 '15 01:11 SolarAquarion