add bookmarks to startify

This commit is contained in:
Robert Altner 2024-12-04 10:33:33 +01:00
parent 63ce97140d
commit 06c0967548
No known key found for this signature in database
GPG key ID: 58794C52DAF9EAD8
3 changed files with 12 additions and 3 deletions

View file

@ -25,8 +25,9 @@ set nofoldenable
colorscheme kanagawa
let g:blamer_enabled = 1
let g:startify_change_to_dir = 0
let g:startify_change_to_dir = 1
let g:startify_change_to_vcs_root = 1
let g:startify_bookmarks = map(filter(globpath('/home/robert/repos', "*", 0, 1), 'isdirectory(v:val)'), {_,val -> { split(val, '/')[-1]: val}})
inoremap <silent><expr> <UP> coc#pum#visible() ? coc#pum#prev(1) : ""
inoremap <silent><expr> <DOWN> coc#pum#visible() ? coc#pum#next(1) : ""