diff options
| author | LostNeophyte <[email protected]> | 2022-12-01 11:14:46 +0100 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-01 11:14:46 +0100 | 
| commit | 5d69279262cdb1439fd4de486c6c517313a4ba54 (patch) | |
| tree | dbf563bb791eafdb251f1d454a104490942bf1fe /lua | |
| parent | 13ac2700200aadb187f6339b0429b99ea681e002 (diff) | |
fix(dashboard): remove feedkeys (#3558)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lvim/core/alpha/dashboard.lua | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/lua/lvim/core/alpha/dashboard.lua b/lua/lvim/core/alpha/dashboard.lua index 26c7e053..9aac06a8 100644 --- a/lua/lvim/core/alpha/dashboard.lua +++ b/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 | 
