add outline
This commit is contained in:
parent
06c0967548
commit
445f30a0fc
3 changed files with 25 additions and 10 deletions
6
init.vim
6
init.vim
|
@ -27,7 +27,11 @@ colorscheme kanagawa
|
|||
let g:blamer_enabled = 1
|
||||
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}})
|
||||
let g:startify_bookmarks = map(filter(globpath('/home/robert/repos', "*", 0, 1), 'isdirectory(v:val)'), {idx,val -> { "abcdefghijklmnopqrstuvwxyz"[idx]: '/home/robert/' .. join(split(val, '/')[2:-1], '/') .. '/'}})
|
||||
|
||||
let g:ale_fixers = {
|
||||
\ 'c': ['clang-format']
|
||||
\}
|
||||
|
||||
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