- Split lua/custom/language_specific_commands/markdown_and_tex.lua into
markdown.lua, tex.lua, and a shared nabla_setup.lua
- Add cadquery.lua: auto-render on save for ~/Documents/cad scripts via
the project venv, with notifications and a <leader>cr manual trigger
- tex.lua: add \textcolor{blue|red|green}{...} operator + visual maps
(<leader>t{b,r,g}, <leader>tx to remove); set textwidth=80, spell on
- markdown.lua: spell on, textwidth=60, nabla setup hook
- vimtex: switch to latexmk + lualatex with continuous compile and
synctex; PDF viewer = skim with sync/activate
- lspconfig: enable julia_ls and texlab; add julialsp + texlab to Mason
ensure_installed
- chadrc: theme -> ayu_dark
- init.lua: ghcup PATH to macOS location; load cadquery module;
comment out taskwarrior (replaced by openclaw agent); add updatetime
and sessionoptions for CursorHold + auto-session
M lazy-lock.json
M lua/custom/configs/lspconfig.lua
M lua/custom/init.lua
A lua/custom/journal.lua
A nvim_venv/bin/Activate.ps1
A nvim_venv/bin/activate
A nvim_venv/bin/activate.csh
A nvim_venv/bin/activate.fish
M lazy-lock.json
M lua/custom/configs/lspconfig.lua
D lua/custom/language_specific_commands/markdown.lua
A lua/custom/language_specific_commands/markdown_and_tex.lua
M lua/custom/plugins.lua