Skip to content

Commit

Permalink
post: journal entry week starting 8 July 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Jul 13, 2024
1 parent cd6f1fa commit 514394d
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions docs/posts/2024/july/08.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
title: Monthly Library Updates for Practicalli Projects
date: 2024-07-08
authors:
- practicalli
categories:
- practicalli
tags:
- clojure
---

**Thoughts for the week**

Monthly updates for Practicalli projects, driven by a scheduled version GitHub workflow that uses antq to report on project library dependencies and GitHub action library versions.

- Release: Clojure CLI Config - 2024-07-07
- Release: Project Templates - 2024-07-07

Which-key version 3 released, fixing localleader issue and providing a horizontal menu option.

<!-- more -->

## Neovim

Which-key version 3 released and resolves the issue with the `localleader` key mapping not working until after the `leader` key has been pressed.

New layout options for placement of the menu. I find the vertical nature of the `helix` layout quicker to read than the horizontal `classic` or `modern` layouts.

In AstroNvim, set the layout by adding a config for which-key to a user lua file, e.g. `lua/plugins/user-practicalli.lua`

```lua title="lua/plugins/user-practicalli.lua"
{
"folke/which-key.nvim",
---@type false | "classic" | "modern" | "helix"
preset = "helix",
}
```

Restart Neovim and the which-key will now show the new layout.

---
Thank you.

[:globe_with_meridians: Practical.li Website](https://practical.li){target=_blank .md-button}

[:fontawesome-brands-github: Practical.li GitHub Org](https://github.com/practicalli){target=_blank .md-button}
[:fontawesome-brands-github: practicalli-johnny profile](https://github.com/practicalli-johnny){target=_blank .md-button}

[:fontawesome-brands-mastodon: @practicalli@clj.social](https://clj.social/@practicalli){target=_blank .md-button}
[:fontawesome-brands-twitter: @practical_li](https://twitter.com/practcial_li){target=_blank .md-button}

0 comments on commit 514394d

Please sign in to comment.