nvim: init.vim: Remove twiggy & switch to merginal
Twiggy does not seem to work with fish shell. See the below issue and considering that it has been open since more than a year does not look likely to be solved. https://github.com/sodapopcan/vim-twiggy/issues/7 Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
89d199f2b7
commit
83d381942f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ Plug 'lervag/vimtex'
|
||||||
Plug 'tpope/vim-fugitive'
|
Plug 'tpope/vim-fugitive'
|
||||||
Plug 'junegunn/gv.vim'
|
Plug 'junegunn/gv.vim'
|
||||||
Plug 'rhysd/git-messenger.vim'
|
Plug 'rhysd/git-messenger.vim'
|
||||||
Plug 'sodapopcan/vim-twiggy'
|
Plug 'idanarye/vim-merginal'
|
||||||
Plug 'christoomey/vim-conflicted'
|
Plug 'christoomey/vim-conflicted'
|
||||||
Plug 'rbong/vim-flog'
|
Plug 'rbong/vim-flog'
|
||||||
" For tmux yank
|
" For tmux yank
|
||||||
|
|
Loading…
Reference in a new issue