LazyVim.LazyVim/lua/lazyvim/plugins/extras
Gabriel Simões 9c9e650530
fix(extras): fix alpha-nvim non-string keycodes (#4735)
## Description

The `dashboard.button` function provided by alpha-nvim expects a string
keybind, not a function:


https://github.com/goolord/alpha-nvim/blob/main/lua/alpha/themes/dashboard.lua#L63

## Related Issue(s)

Fixes https://github.com/LazyVim/LazyVim/issues/3728.

## Checklist

- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
2024-11-09 15:57:48 +01:00
..
coding fix(blink): remove draw="reversed" for now till new release 2024-11-07 22:52:38 +01:00
dap fix(dap): use dap's splitstr when running with args. Closes #4387 2024-11-08 13:31:19 +01:00
editor fix(navic): use the same background color as lualine section_c (#4231) 2024-11-08 14:08:43 +01:00
formatting fix(prettier): keep existing formatters_by_ft (#4719) 2024-11-07 16:11:36 +01:00
lang feat(terraform): add formatter for packer files (#4591) 2024-11-08 21:14:22 +01:00
linting feat(eslint): add option to disable eslint auto format (#4225) 2024-11-08 14:05:00 +01:00
lsp feat: moved neoconf.nvim to extras 2024-06-02 09:05:16 +02:00
test fix(neotest): disambiguous key map descriptions (#4374) 2024-11-08 13:37:09 +01:00
ui fix(extras): fix alpha-nvim non-string keycodes (#4735) 2024-11-09 15:57:48 +01:00
util fix(project.nvim): correctly delete projects (#4314) 2024-11-08 13:43:11 +01:00
vscode.lua feat(vscode): make use of vscode builtin terminal (#4392) 2024-09-18 08:16:29 +02:00