diff --git a/roles/neovim/files/after/plugin/floaterm.lua b/roles/neovim/files/after/plugin/floaterm.lua
deleted file mode 100644
index 723a095f..00000000
--- a/roles/neovim/files/after/plugin/floaterm.lua
+++ /dev/null
@@ -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)
diff --git a/roles/neovim/files/lua/opdavies/plugins.lua b/roles/neovim/files/lua/opdavies/plugins.lua
index c9cc33d7..d36ab504 100644
--- a/roles/neovim/files/lua/opdavies/plugins.lua
+++ b/roles/neovim/files/lua/opdavies/plugins.lua
@@ -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