mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-24 16:38:18 +00:00
feat: remove database, add blamer
This commit is contained in:
parent
440937ef01
commit
6f3c548fbd
1 changed files with 2 additions and 2 deletions
|
@ -25,6 +25,8 @@ Plug 'Yggdroot/indentLine'
|
|||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'airblade/vim-gitgutter'
|
||||
Plug 'tpope/vim-rhubarb'
|
||||
Plug 'APZelos/blamer.nvim'
|
||||
let g:blamer_enabled = 1
|
||||
" Search/Files
|
||||
Plug 'preservim/nerdtree'
|
||||
Plug 'ctrlpvim/ctrlp.vim'
|
||||
|
@ -50,8 +52,6 @@ let g:ale_linters_explicit = 1
|
|||
" Code helpers
|
||||
Plug 'jiangmiao/auto-pairs'
|
||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||
" Database
|
||||
Plug 'tpope/vim-dadbod'
|
||||
|
||||
call plug#end()
|
||||
|
||||
|
|
Loading…
Reference in a new issue