Neovim on Termux enhancements
More Neovim updates and getting closer to a release of Practicalli Astro-config
I have been using Neovim (and Emacs) on Termux, so I can code on my Android tablet or Android smart phone. I typically use an external keyboard (e.g. Keyboard.io Atreus or Model100), especially when considerable typing is involved.
As the hardware and compilation tooling is different for Android Linux (compared to amd64 linux) the Clojure and Lua LSP language servers would not install via the Mason manager. As these two languages are in the top 3 languages I use, then it is a great boost to get these servers working locally and configuring Neovim to use them instead.
I use the date
command when I had a need to tweak the time on my Linux computer, saves launching the Settings app and using the mouse.
Timezones made easy
time.is makes figuring out timezones really simple. See the current time in any timezone across the world.
time.is very useful for events where people attend from different timezones. Set the local time and share a link for others who will see the event time in their own timezone.
Neovim
I'm making some changes to the Practicalli AstroNvim configuration (AstroNvim4) over the next few days.
All my personal Neovim & plugin options (and associated workflow biases) will only be in lua/plugins/practicalli.lua
. With these options only in one file, anyone else using the configuration can easily disable them.
I will encourage other users to create there own lua/plugins/personal.lua
customisation so any changes from upstream will be easier to merge.
The GitHub repository will be renamed to practicalli/astro-config
which its much easier to write and say during screencasts. GitHub should redirect when pulling updates
This week I will update Practicalli Neovim book install guide with new repo and further info on how to use the config effectively (especially with your own customisations)
Then the first official release of the config will be created via GitHub releases.
If I have time, there are lots of things to add to Practicalli Neovim book too (including a few more plugins I'm using in the config)