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(notifier): disable colorcolumn by default #66

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Conversation

chrisgrieser
Copy link
Contributor

Description

colorcolumn should be disabled by default, since in most cases, the user will not want to have them displayed in a notification.

Screenshots

before:
Pasted image 2024-11-12 at 19 59 40

after:
Pasted image 2024-11-12 at 20 02 06

@folke folke merged commit 7627b81 into folke:main Nov 12, 2024
9 checks passed
@folke
Copy link
Owner

folke commented Nov 12, 2024

makes sense. Thanks!

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


## [2.0.0](v1.2.0...v2.0.0)
(2024-11-14)


### ⚠ BREAKING CHANGES

* **config:** plugins are no longer enabled by default. Pass any
options, or set `enabled = true`.

### Features

* **config:** plugins are no longer enabled by default. Pass any
options, or set `enabled = true`.
([797708b](797708b))
* **health:** added health checks to plugins
([1c4c748](1c4c748))
* **terminal:** added `Snacks.terminal.colorize()` to replace ansi codes
by colors
([519b684](519b684))


### Bug Fixes

* **lazygit:** not needed to use deprecated fallback for set_hl
([14f076e](14f076e))
* **notifier:** disable `colorcolumn` by default
([#66](#66))
([7627b81](7627b81))
* **statuscolumn:** ensure Snacks exists when loading before plugin
loaded
([97e0e1e](97e0e1e))
* **terminal:** properly deal with args in `vim.o.shell`. Fixes
[#69](#69)
([2ccb70f](2ccb70f))
* **win:** take border into account for window position
([#64](#64))
([f0e47fd](f0e47fd))

---
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
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants