session lens
This commit is contained in:
parent
1de7fc9d71
commit
9a133254f7
@ -2,6 +2,8 @@ syntax enable
|
|||||||
let mapleader = " "
|
let mapleader = " "
|
||||||
|
|
||||||
call plug#begin('~/.vim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
|
Plug 'rmagatti/auto-session'
|
||||||
|
Plug 'rmagatti/session-lens'
|
||||||
Plug 'ludovicchabant/vim-gutentags'
|
Plug 'ludovicchabant/vim-gutentags'
|
||||||
Plug 'ervandew/supertab'
|
Plug 'ervandew/supertab'
|
||||||
Plug 'preservim/nerdtree'
|
Plug 'preservim/nerdtree'
|
||||||
@ -112,6 +114,14 @@ noremap <F1> :set invnumber invrelativenumber<CR>
|
|||||||
"
|
"
|
||||||
noremap <F8> :Tagbar<CR>
|
noremap <F8> :Tagbar<CR>
|
||||||
|
|
||||||
|
" Session Lens
|
||||||
|
lua <<EOF
|
||||||
|
require('session-lens').setup {
|
||||||
|
path_display={'shorten'},
|
||||||
|
}
|
||||||
|
EOF
|
||||||
|
noremap <F2> :SearchSession<CR>
|
||||||
|
|
||||||
|
|
||||||
" Syntax Colors
|
" Syntax Colors
|
||||||
function! SynStack ()
|
function! SynStack ()
|
||||||
|
Loading…
Reference in New Issue
Block a user