refactor(neovim): remove floaterm

This commit is contained in:
Oliver Davies 2022-08-14 10:08:27 +01:00
parent ae37bcdc9d
commit 77df19c9bb
2 changed files with 0 additions and 9 deletions

View file

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