Преглед изворни кода

FTerm starts on same event as Dashboard (#820)

Jonathan Raines пре 4 година
родитељ
комит
89df68d842
1 измењених фајлова са 1 додато и 1 уклоњено
  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,