Dale Lakes
Dale Lakes
Did you install cmake? Try `sudo apt-get install cmake` and see if that fixes it.
Yep that's helpful for now. Thanks.
This won't work since the Connections JSON object is an array. Right now, this is what your changes do: ``` { "NetworkInterface": "eno1", "NetworkAddress": [ "192.168.1.169/24", "fe80::b7e9:59c1:b3d9:6ba0/64" ], "Connections": null...
After creating the workaround lua plugin file as mentioned above, I also had to delete `lazy-lock.json` and `rm -rf ~/.local/share/nvim` to force Lazyvim to use the pinned mason versions.
@imor @olirice any chance this can get reviewed and merged this week?
Yep, I'll tackle these this week.