nvim: plugins: Drop toggleterm
Now that we use tmux all the time this is not so useful.
This commit is contained in:
parent
ac31d2cc5e
commit
081f31aada
2 changed files with 0 additions and 15 deletions
|
@ -1,13 +0,0 @@
|
|||
require("toggleterm").setup{
|
||||
size = 20,
|
||||
open_mapping = [[<C-z>]],
|
||||
hide_numbers = true,
|
||||
shade_filetypes = {},
|
||||
shade_terminals = true,
|
||||
shading_factor = 1,
|
||||
start_in_insert = true,
|
||||
insert_mappings = true,
|
||||
persist_size = true,
|
||||
direction = 'tab',
|
||||
close_on_exit = true
|
||||
}
|
|
@ -58,8 +58,6 @@ local init = function ()
|
|||
-- Directory viewer
|
||||
use 'justinmk/vim-dirvish'
|
||||
use 'roginfarrer/vim-dirvish-dovish'
|
||||
--Toggle terminal
|
||||
use 'akinsho/toggleterm.nvim'
|
||||
-- Take care of sudo
|
||||
use 'lambdalisue/suda.vim'
|
||||
-- Alignment
|
||||
|
|
Loading…
Reference in a new issue