FTerm starts on same event as Dashboard (#820)

This commit is contained in:
Jonathan Raines 2021-07-09 13:22:50 -05:00 committed by GitHub
parent 863a92b31e
commit 89df68d842
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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