mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 16:26:10 +01:00
Added vim history browsing plugin
This commit is contained in:
@@ -8,7 +8,7 @@ endif
|
|||||||
" Specify a directory for plugins
|
" Specify a directory for plugins
|
||||||
" - For Neovim: stdpath('data') . '/plugged'
|
" - For Neovim: stdpath('data') . '/plugged'
|
||||||
call plug#begin('~/.vim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
|
Plug 'simnalamburt/vim-mundo'
|
||||||
Plug 'mattn/webapi-vim'
|
Plug 'mattn/webapi-vim'
|
||||||
Plug 'junegunn/vim-github-dashboard'
|
Plug 'junegunn/vim-github-dashboard'
|
||||||
Plug 'tpope/vim-fugitive'
|
Plug 'tpope/vim-fugitive'
|
||||||
@@ -59,3 +59,4 @@ filetype plugin on
|
|||||||
colorscheme nord
|
colorscheme nord
|
||||||
"Keybinds
|
"Keybinds
|
||||||
set pastetoggle=<F3>
|
set pastetoggle=<F3>
|
||||||
|
nnoremap <F5> :MundoToggle<CR>
|
||||||
|
|||||||
Reference in New Issue
Block a user