refactor(neovim): remove floaterm
This commit is contained in:
parent
ae37bcdc9d
commit
77df19c9bb
|
@ -1,8 +0,0 @@
|
|||
local map = vim.api.nvim_set_keymap
|
||||
|
||||
local options = { noremap = true }
|
||||
|
||||
map("n", "<leader>ld", "<cmd>FloatermNew --autoclose=2 --height=0.9 --width=0.9 lazydocker<cr>", options)
|
||||
map("n", "<leader>lg", "<cmd>FloatermNew --autoclose=2 --height=0.9 --width=0.9 lazygit<cr>", options)
|
||||
map("n", "<leader>nn", "<cmd>FloatermNew --autoclose=2 --height=0.5 --width=0.5 nnn -Hde<cr>", options)
|
||||
map("n", "<leader>tt", "<cmd>FloatermNew --autoclose=2 --height=0.9 --width=0.9 zsh<cr>", options)
|
|
@ -52,7 +52,6 @@ return packer.startup(function()
|
|||
use "tpope/vim-repeat"
|
||||
use "tpope/vim-surround"
|
||||
use "vim-test/vim-test"
|
||||
use "voldikss/vim-floaterm"
|
||||
use { "mg979/vim-visual-multi", branch = "master" }
|
||||
|
||||
-- Themes
|
||||
|
|
Loading…
Reference in a new issue