Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(dashboard): disable vim.wo.colorcolumn #101

Merged
merged 1 commit into from
Nov 18, 2024
Merged

Conversation

polirritmico
Copy link
Contributor

Description

If colorcolumn is set, e.g.:

vim.opt.colorcolumn = { 80, 100 } -- Guide columns positions

The dashboard window shows the columns:

imagen

This PR add the missing window option

@folke folke changed the title fix(dashboard): Add wo colorcolumn setting fix(dashboard): disable vim.wo.colorcolumn Nov 18, 2024
@folke folke merged commit 43b4abb into folke:main Nov 18, 2024
9 of 10 checks passed
@folke
Copy link
Owner

folke commented Nov 18, 2024

ty!

folke pushed a commit that referenced this pull request Nov 18, 2024
🤖 I have created a release *beep* *boop*
---


## [2.3.0](v2.2.0...v2.3.0)
(2024-11-18)


### Features

* added dashboard health checks
([deb00d0](deb00d0))
* **dashboard:** added support for mini.sessions
([c8e209e](c8e209e))
* **dashboard:** allow opts.preset.keys to be a function with default
keymaps as arg
([b7775ec](b7775ec))
* **dashboard:** automatically detect streaming commands and don't cache
those. tty-clock, cmatrix galore. Fixes
[#100](#100)
([082beb5](082beb5))
* **notifier:** timeout=0 keeps the notif visible till manually hidden.
Closes [#102](#102)
([0cf22a8](0cf22a8))


### Bug Fixes

* **dashboard:** check uis for headless and stdin_tty. Fixes
[#97](#97). Fixes
[#98](#98)
([4ff08f1](4ff08f1))
* **dashboard:** debug output
([c0129da](c0129da))
* **dashboard:** disable `vim.wo.colorcolumn`
([#101](#101))
([43b4abb](43b4abb))
* **dashboard:** notify on errors. Fixes
[#99](#99)
([2ae4108](2ae4108))
* **debug:** MYVIMRC is not always set
([735f4d8](735f4d8))
* **notifier:** also handle timeout = false / timeout = true. See
[#102](#102)
([99f1f49](99f1f49))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants