ipwnponies / dotfiles

Settings and configuration for unix environment
1 stars 3 forks source link

Make vim XDG compliant #17

Open ipwnponies opened 7 years ago

ipwnponies commented 7 years ago

We should move .vimrc and .vim/ files (also neovim's symlinks) to XDG_CONFIG_HOME.

How to configure vim: https://tlvince.com/vim-respect-xdg neovim has existing support for checking the {xdg_config_dir}/nvim/init.vim

ipwnponies commented 5 years ago

To maintain support for vim (not XDG-compliant), we'll re-establish symlinks. This should be functionality noop, it's reversing the canonical path of vim files vs. neovim files.