From a5f1793088f2815a5d2b201f2c52008b595cc4b8 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 30 Apr 2020 18:50:24 -0400 Subject: removed hardcoded path --- general/paths.vim | 1 - plug-config/start-screen.vim | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3