소스 검색

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