nvim: plugins: Drop floaterm

See the previous commit for the reason of dropping this.
This commit is contained in:
Sanchayan Maity 2021-10-04 12:10:02 +05:30
parent 241894eb50
commit c237a19e0b
2 changed files with 0 additions and 14 deletions

View File

@ -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 })

View File

@ -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