From 514394d08cb12246fbfd87fee65809d515737050 Mon Sep 17 00:00:00 2001 From: Practicalli Engineering Date: Sat, 13 Jul 2024 20:10:22 +0100 Subject: [PATCH] post: journal entry week starting 8 July 2024 --- docs/posts/2024/july/08.md | 50 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 docs/posts/2024/july/08.md diff --git a/docs/posts/2024/july/08.md b/docs/posts/2024/july/08.md new file mode 100644 index 00000000..92b68fbb --- /dev/null +++ b/docs/posts/2024/july/08.md @@ -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. + + + +## 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}