diff --git a/lua/custom/plugins/floaterm.lua b/lua/custom/plugins/floaterm.lua new file mode 100644 index 00000000..b30b6ff3 --- /dev/null +++ b/lua/custom/plugins/floaterm.lua @@ -0,0 +1,5 @@ +return { + 'voldikss/vim-floaterm', + dependencies = {}, + config = function() end, +}