mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] remove hardcoded config path
This commit is contained in:
parent
26ee242721
commit
9e84c32f9d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ let g:vim_ide = get(g:, 'vim_ide', 0)
|
||||||
let &runtimepath = g:nvim_dotfiles_dir.','.&runtimepath.','.g:nvim_dotfiles_dir.'/after'
|
let &runtimepath = g:nvim_dotfiles_dir.','.&runtimepath.','.g:nvim_dotfiles_dir.'/after'
|
||||||
|
|
||||||
|
|
||||||
let s:vim_config_dir = expand('~/.config/nvim')
|
let s:vim_config_dir = stdpath("config")
|
||||||
let s:vim_plug_script = s:vim_config_dir . '/autoload/plug.vim'
|
let s:vim_plug_script = s:vim_config_dir . '/autoload/plug.vim'
|
||||||
let s:vim_plug_home = s:vim_config_dir . '/plugged'
|
let s:vim_plug_home = s:vim_config_dir . '/plugged'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue