nvim: lua: plugins: Drop edita
We added edita to be able to do interactive rebase inside neovim terminal which Gina does not support by default. See issue https://github.com/lambdalisue/gina.vim/issues/276 Mostly haven't been using this, just relying on spawning a separate pane in tmux or kitty window to do the rebase. So drop this.
This commit is contained in:
parent
ed49e0c4e3
commit
2e6e01eb2a
1 changed files with 0 additions and 1 deletions
|
@ -109,7 +109,6 @@ local init = function ()
|
|||
'voldikss/vim-floaterm',
|
||||
config = "require('modules.floaterm')"
|
||||
}
|
||||
use 'lambdalisue/edita.vim'
|
||||
-- Take care of sudo
|
||||
use 'lambdalisue/suda.vim'
|
||||
-- Alignment
|
||||
|
|
Loading…
Reference in a new issue