diff options
| author | Mitsuo Tokumori <[email protected]> | 2023-11-24 00:31:06 -0500 |
|---|---|---|
| committer | Mitsuo Tokumori <[email protected]> | 2023-11-24 00:31:06 -0500 |
| commit | e900c217c1e50a4067384c9bb3fe43dff61986c6 (patch) | |
| tree | c12b723d503c2aefa2403aecb9e6488af1eea90c /vim/vimrc_windows | |
| parent | d42c7eeec0ce9af6f9ff5ce501316e6a8c5e43b3 (diff) | |
| download | dotfiles-e900c217c1e50a4067384c9bb3fe43dff61986c6.tar.gz dotfiles-e900c217c1e50a4067384c9bb3fe43dff61986c6.tar.bz2 dotfiles-e900c217c1e50a4067384c9bb3fe43dff61986c6.zip | |
Restructure dirs to mimic XDG base dirs
Non XDG base directories have a leading '_'.
Diffstat (limited to 'vim/vimrc_windows')
| -rw-r--r-- | vim/vimrc_windows | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/vim/vimrc_windows b/vim/vimrc_windows deleted file mode 100644 index 8ce69cd..0000000 --- a/vim/vimrc_windows +++ /dev/null @@ -1,10 +0,0 @@ -" Git for Windows Vim user initialization file -" GFW uses ~/.vimrc and ~/.vim/vimrc instead of ~/_vimrc and ~/vimfiles/vimrc -" See https://github.com/git-for-windows/git/issues/658#issuecomment-184269470 -" This file configures GFW Vim to behave like Windows Vim -" From: https://kevinlocke.name/bits/2020/07/30/sharing-vimrc-in-git-for-windows/ -let &runtimepath = '~/vimfiles,' -\ . join(filter(split(&runtimepath, ','), 'v:val !~? "/\\.vim"'), ',') -\ . ',~/vimfiles/after' -let &packpath = &runtimepath -source ~/vimfiles/vimrc |
