mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 00:25:50 +02:00
fix(blink): remove unnecessary sources
from cmdline
(#5620)
## Description
Like Saghen already mentioned in the other PR, this
[commit](19f60a675e
)
does a check based on the `enabled` field before adding sources, so it's
no longer needed to define it.
<!-- Describe the big picture of your changes to communicate to the
maintainers
why we should accept this pull request. -->
## Related Issue(s)
None
<!--
If this PR fixes any issues, please link to the issue here.
- Fixes #<issue_number>
-->
## Screenshots
<!-- Add screenshots of the changes if applicable. -->
## Checklist
- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
This commit is contained in:
parent
3f034d0a7f
commit
5b94baa1d2
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@ return {
|
|||
|
||||
cmdline = {
|
||||
enabled = false,
|
||||
sources = {},
|
||||
},
|
||||
|
||||
keymap = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue