Skip to content

Commit 9150594

Browse files
committed
Load ginit.vim for neovim-dot-app
1 parent e334700 commit 9150594

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

plugin/nvimrc.vim

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ set undodir=$XDG_CACHE_HOME/nvim/undo
1919

2020
" Set vim-session path (created above).
2121
let g:session_directory = $XDG_CACHE_HOME . '/nvim/session'
22+
23+
" Load ginit for neovim-dot-app.
24+
if exists('neovim_dot_app')
25+
source $XDG_CONFIG_HOME/nvim/ginit.vim
26+
endif

0 commit comments

Comments
 (0)