Folke Lemaitre
|
75dc74c5dc
|
feat(dashboard): hide tabline and statusline when loading during startup
|
2024-11-19 08:26:02 +01:00 |
|
Folke Lemaitre
|
0b9e09cbd9
|
fix(dashboard): remove weird preset.keys function override. Just copy defaults if you want to change them
|
2024-11-19 07:30:41 +01:00 |
|
Folke Lemaitre
|
be8feef4ab
|
fix(dashboard): minimum one pane even when it doesn't fit the screen. Fixes #104
|
2024-11-19 00:20:34 +01:00 |
|
Folke Lemaitre
|
68fcc25802
|
fix(dashboard): always hide cursor
|
2024-11-18 23:54:10 +01:00 |
|
Folke Lemaitre
|
4188446f86
|
fix(dashboard): fix race condition when sending data while closing
|
2024-11-18 23:41:02 +01:00 |
|
Folke Lemaitre
|
c0129da4f8
|
fix(dashboard): debug output
|
2024-11-18 23:26:18 +01:00 |
|
Eduardo Bray
|
43b4abb9f1
|
fix(dashboard): disable vim.wo.colorcolumn (#101)
## Description
If `colorcolumn` is set, e.g.:
```lua
vim.opt.colorcolumn = { 80, 100 } -- Guide columns positions
```
The dashboard window shows the columns:

This PR add the missing window option
|
2024-11-18 23:16:28 +01:00 |
|
Folke Lemaitre
|
082beb508c
|
feat(dashboard): automatically detect streaming commands and don't cache those. tty-clock, cmatrix galore. Fixes #100
|
2024-11-18 23:07:38 +01:00 |
|
Folke Lemaitre
|
2ae410889c
|
fix(dashboard): notify on errors. Fixes #99
|
2024-11-18 21:46:11 +01:00 |
|
Folke Lemaitre
|
b7775ec879
|
feat(dashboard): allow opts.preset.keys to be a function with default keymaps as arg
|
2024-11-18 20:59:05 +01:00 |
|
Folke Lemaitre
|
4ff08f1c4d
|
fix(dashboard): check uis for headless and stdin_tty. Fixes #97. Fixes #98
|
2024-11-18 20:35:53 +01:00 |
|
Folke Lemaitre
|
deb00d0ddc
|
feat: added dashboard health checks
|
2024-11-18 19:16:54 +01:00 |
|
Folke Lemaitre
|
c8e209e6be
|
feat(dashboard): added support for mini.sessions
|
2024-11-18 16:57:54 +01:00 |
|
Folke Lemaitre
|
d540fa607c
|
feat(dashboard): added new dashboard snack (#77)
## Description
A new dashboard plugin that comes with sane defaults, and can be fully
customized to your liking.
## Screenshots





|
2024-11-18 16:25:17 +01:00 |
|