add bookmarks to startify
This commit is contained in:
parent
63ce97140d
commit
06c0967548
3 changed files with 12 additions and 3 deletions
3
init.vim
3
init.vim
|
@ -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) : ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue