Remove buffergator & use buffer numbers
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
135b3ec154
commit
f4f9cfe0e6
1 changed files with 2 additions and 1 deletions
|
@ -76,7 +76,6 @@ Plug 'tpope/vim-surround'
|
|||
Plug 'tpope/vim-repeat'
|
||||
Plug 'editorconfig/editorconfig-vim'
|
||||
Plug 'tpope/vim-eunuch'
|
||||
Plug 'jeetsukumaran/vim-buffergator'
|
||||
Plug 'vim-utils/vim-man'
|
||||
Plug 'unblevable/quick-scope'
|
||||
Plug 'igankevich/mesonic'
|
||||
|
@ -168,6 +167,7 @@ nnoremap <Leader>vc :Bcommits<CR>
|
|||
nnoremap <Leader>va :Commits<CR>
|
||||
" Use ripgrep to search for content in files
|
||||
nnoremap <Leader>/ :Rg<CR>
|
||||
nnoremap <Leader>b :ls<CR>:b<Space>
|
||||
" Save
|
||||
nnoremap <Leader>w <Esc>:w<CR>
|
||||
" Search and Replace
|
||||
|
@ -325,6 +325,7 @@ let g:airline_left_sep = ' '
|
|||
let g:airline_left_alt_sep = '|'
|
||||
let g:airline_right_sep = ' '
|
||||
let g:airline_right_alt_sep = '|'
|
||||
let g:airline#extensions#tabline#buffer_nr_show = 1
|
||||
|
||||
" Let vim-gitgutter do its thing on large files
|
||||
let g:gitgutter_max_signs=1000
|
||||
|
|
Loading…
Reference in a new issue