diff options
author | Chris <[email protected]> | 2020-04-30 18:50:24 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-04-30 18:50:24 -0400 |
commit | a5f1793088f2815a5d2b201f2c52008b595cc4b8 (patch) | |
tree | 30a751d2aa0f13fb2651529e1f991a5fa0929038 | |
parent | 5aa30f5b3b064377d707fef2f2d506b5955f8f46 (diff) |
removed hardcoded path
-rw-r--r-- | general/paths.vim | 1 | ||||
-rw-r--r-- | plug-config/start-screen.vim | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/general/paths.vim b/general/paths.vim index d786bf66..8b137891 100644 --- a/general/paths.vim +++ b/general/paths.vim @@ -1,2 +1 @@ -let g:python3_host_prog = expand("~/.miniconda/envs/neovim/bin/python3.8") diff --git a/plug-config/start-screen.vim b/plug-config/start-screen.vim index 88875905..eb2d5bd7 100644 --- a/plug-config/start-screen.vim +++ b/plug-config/start-screen.vim @@ -24,10 +24,12 @@ let g:startify_fortune_use_unicode = 1 let g:startify_session_persistence = 1 let g:startify_bookmarks = [ + \ { 'c': '~/.config/i3/config' }, \ { 'i': '~/.config/nvim/init.vim' }, \ { 'z': '~/.zshrc' }, \ '~/Blog', \ '~/Code', + \ '~/Pics', \ ] let g:startify_enable_special = 0 |