nvim: change plugin location
This commit is contained in:
parent
9ac7834d18
commit
8b6f8037c8
|
@ -1,7 +1,7 @@
|
|||
let mapleader = " "
|
||||
|
||||
function! s:LoadPlugins()
|
||||
call plug#begin('~/.config/nvim/plugged')
|
||||
call plug#begin('~/.local/share/nvim/plugins')
|
||||
source ~/.config/nvim/plugins.vim
|
||||
call plug#end()
|
||||
endfunction
|
||||
|
|
Loading…
Reference in a new issue