浏览代码

fix(dashboard): remove feedkeys (#3558)

LostNeophyte 2 年之前
父节点
当前提交
5d69279262
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lua/lvim/core/alpha/dashboard.lua

+ 0 - 1
lua/lvim/core/alpha/dashboard.lua

@@ -87,7 +87,6 @@ function M.get_sections()
   local header = {
     type = "text",
     val = function()
-      vim.api.nvim_feedkeys("zb", "n", false)
       if vim.api.nvim_win_get_height(0) < 36 then
         return M.banner_small
       end