Explorar el Código

FTerm starts on same event as Dashboard (#820)

Jonathan Raines hace 4 años
padre
commit
89df68d842
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lua/plugins.lua

+ 1 - 1
lua/plugins.lua

@@ -230,7 +230,7 @@ return require("packer").startup(function(use)
   -- Floating terminal
   use {
     "numToStr/FTerm.nvim",
-    event = "BufRead",
+    event = "BufWinEnter",
     config = function()
       require("lv-floatterm").config()
     end,