Skip to content

Commit

Permalink
post: journal entry week starting 13 January 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Jan 16, 2025
1 parent 39bc7ee commit 707138e
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions docs/posts/2025/january/13.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
title: An increase in pain
date: 2025-01-13
authors:
- practicalli
categories:
- practicalli
tags:
- clojure
---

The goals for ths month include

- documenting Neovim & Conjure workflow
- meaningful exercise every day
- bicycle ride (weather permitting)

My health took more of a knock this week as I am finding it very difficult to walk. I've had pain in my right hip for a couple of weeks and on Friday I started walking and felt a sharp pain. Every step with my right leg is painful and going up and down stairs is particularly painful.

The hip pain coupled with my left knee pain is significantly limiting my ability to exercise.

<!-- more -->


## Neovim

LSP Renaming of namespaces and filenames is the only feature I do not have working with Clojure LSP and Neovim. nvim-lspconfig supports Clojure but reports the following error when trying to rename a namespace name.

```shell
Error on prepareRename: Can't rename - client does not support file renames.
```
The nvim-lsp-file-operations plugin was used but with no success as yet (not sure why).
### clojure-lsp command line
`clojure-lsp` is available on the command line path, so a command like this will change the namespace and the namespaces corresponding file name.
!!! NOTE "Clojure LSP rename namespace via command line"
```shell
clojure-lsp rename --from gameboard.gameboard.api.scoreboard --to practicalli.gameboard.api.scores
```
---
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 707138e

Please sign in to comment.