diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-31 23:31:50 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-31 23:31:50 +0100 |
commit | 00ad7ed541a8a6ef1fad1debdc1a0f7211624862 (patch) | |
tree | b76a3111d070f1d18a41ebd968084092ba296f7f /.config/nvim/plug.vim | |
parent | Functionnal changes (diff) | |
download | dotfiles-bsd-00ad7ed541a8a6ef1fad1debdc1a0f7211624862.tar.gz dotfiles-bsd-00ad7ed541a8a6ef1fad1debdc1a0f7211624862.tar.bz2 dotfiles-bsd-00ad7ed541a8a6ef1fad1debdc1a0f7211624862.tar.xz dotfiles-bsd-00ad7ed541a8a6ef1fad1debdc1a0f7211624862.tar.zst dotfiles-bsd-00ad7ed541a8a6ef1fad1debdc1a0f7211624862.zip |
Better nvim direcotries
Diffstat (limited to '')
-rw-r--r-- | .config/nvim/plug.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/plug.vim b/.config/nvim/plug.vim index db435c5..694fa48 100644 --- a/.config/nvim/plug.vim +++ b/.config/nvim/plug.vim @@ -1,4 +1,4 @@ -call plug#begin('~/.vim/plugged') +call plug#begin(system('echo -n "$XDG_DATA_HOME/nvim/plugged"')) Plug 'brglng/vim-sidebar-manager' Plug 'dag/vim-fish' Plug 'honza/vim-snippets' |