fugitive and himlaya
This commit is contained in:
parent
3ec063b8b8
commit
e1e36e512c
|
@ -2,6 +2,7 @@ syntax enable
|
|||
let mapleader = " "
|
||||
|
||||
call plug#begin('~/.vim/plugged')
|
||||
Plug 'Yggdroot/indentLine'
|
||||
Plug 'rmagatti/auto-session'
|
||||
Plug 'rmagatti/session-lens'
|
||||
Plug 'ludovicchabant/vim-gutentags'
|
||||
|
@ -28,6 +29,9 @@ call plug#begin('~/.vim/plugged')
|
|||
Plug 'sickill/vim-monokai'
|
||||
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
|
||||
Plug 'flebel/vim-mypy', { 'for': 'python', 'branch': 'bugfix/fast_parser_is_default_and_only_parser' }
|
||||
Plug 'soywod/himalaya', {'rtp': 'vim'}
|
||||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'tpope/vim-rhubarb'
|
||||
call plug#end()
|
||||
|
||||
lua << EOF
|
||||
|
@ -114,6 +118,7 @@ noremap <F1> :set invnumber invrelativenumber<CR>
|
|||
"Tagbar
|
||||
"
|
||||
noremap <F8> :Tagbar<CR>
|
||||
let g:tagbar_autofocus=1
|
||||
|
||||
" Session Lens
|
||||
lua <<EOF
|
||||
|
@ -165,3 +170,15 @@ EOF
|
|||
|
||||
"Guten Tags
|
||||
set statusline+=%{gutentags#statusline()}
|
||||
|
||||
|
||||
" Himalaya Email
|
||||
let g:himalaya_mailbox_picker = 'telescope'
|
||||
|
||||
|
||||
" Indent Line
|
||||
let g:indentLine_char = '│'
|
||||
|
||||
|
||||
" GBrowse open current line
|
||||
nnoremap <leader>gb :.GBrowse<CR>
|
||||
|
|
Loading…
Reference in New Issue
Block a user