Skip to content

Cleanup/config trim - #48

Merged
alexesba merged 1 commit into
masterfrom
cleanup/config-trim
Jul 23, 2026
Merged

Cleanup/config trim#48
alexesba merged 1 commit into
masterfrom
cleanup/config-trim

Conversation

@alexesba

Copy link
Copy Markdown
Owner

No description provided.

…d spec

- Move lua/utils/functions.lua globals into lua/utils/commands.lua as a
  proper module (require("utils.commands")) instead of polluting _G.
  Update config/autocmds.lua and tests/utils_spec.lua accordingly.
- Fix HashOldSyntax regex: it previously only converted hash values that
  started with a quote or colon, silently skipping numbers, arrays, and
  booleans (e.g. "foo: 1" was left untouched). Now any value type after
  "key: " is converted to ":key => ". Added a regression test.
- Wrap the vim-dadbod-ui plugin spec in lua/plugins/dadbod.lua as
  { { ... } } to match the convention used across lua/plugins/.
@alexesba
alexesba force-pushed the cleanup/config-trim branch from ac9f43f to ab40be4 Compare July 22, 2026 21:19
@alexesba
alexesba merged commit 7368e64 into master Jul 23, 2026
2 checks passed
@alexesba
alexesba deleted the cleanup/config-trim branch July 23, 2026 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant