nvim: plugins: Drop floaterm
See the previous commit for the reason of dropping this.
This commit is contained in:
parent
241894eb50
commit
c237a19e0b
2 changed files with 0 additions and 14 deletions
|
@ -1,12 +0,0 @@
|
|||
local remap = vim.api.nvim_set_keymap
|
||||
|
||||
vim.g.floaterm_open_in_root = 0
|
||||
vim.g.floaterm_position = 'center'
|
||||
vim.g.floaterm_width = 0.8
|
||||
vim.g.floaterm_height = 0.8
|
||||
vim.g.floaterm_winblend = 0
|
||||
vim.g.floaterm_borderchars = {'─', '│', '─', '│', '╭', '╮', '╯', '╰'}
|
||||
vim.g.floaterm_gitcommit = 'floaterm'
|
||||
|
||||
remap('n', '<C-z>', ':FloatermToggle<CR>', { noremap = true, silent = true })
|
||||
remap('t', '<C-z>', '<C-\\><C-n>:FloatermToggle<CR>', { noremap = true, silent = true })
|
|
@ -61,8 +61,6 @@ local init = function ()
|
|||
use 'justinmk/vim-dirvish'
|
||||
-- Show leader key bindings
|
||||
use 'folke/which-key.nvim'
|
||||
-- Toggle terminal
|
||||
use 'voldikss/vim-floaterm'
|
||||
-- Take care of sudo
|
||||
use 'lambdalisue/suda.vim'
|
||||
-- Alignment
|
||||
|
|
Loading…
Reference in a new issue