-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
post: journal entry week starting 8 July 2024
- Loading branch information
1 parent
cd6f1fa
commit 514394d
Showing
1 changed file
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |