Commit graph

2875 commits

Author SHA1 Message Date
Isaac Shiells Thomas
3ff6928243
Merge bbf7ea6daf into ef1f22efaf 2025-12-25 01:52:49 +08:00
suiiii
ef1f22efaf
pins/codecompanion-nvim: bump to v18.3.0
Some checks failed
Set up binary cache / cachix (default) (push) Has been cancelled
Set up binary cache / cachix (maximal) (push) Has been cancelled
Set up binary cache / cachix (nix) (push) Has been cancelled
Treewide Checks / Validate flake (push) Has been cancelled
Treewide Checks / Check formatting (push) Has been cancelled
Treewide Checks / Check source tree for typos (push) Has been cancelled
Treewide Checks / Validate documentation builds (push) Has been cancelled
Treewide Checks / Validate hyperlinks in documentation sources (push) Has been cancelled
Treewide Checks / Validate Editorconfig conformance (push) Has been cancelled
2025-12-24 20:17:49 +03:00
raf
45553196b3
Merge pull request #1303 from NotAShelf/notashelf/push-tpxxmotmukwo
Some checks failed
Treewide Checks / Validate flake (push) Has been cancelled
Treewide Checks / Check formatting (push) Has been cancelled
Treewide Checks / Check source tree for typos (push) Has been cancelled
Treewide Checks / Validate documentation builds (push) Has been cancelled
Treewide Checks / Validate hyperlinks in documentation sources (push) Has been cancelled
Treewide Checks / Validate Editorconfig conformance (push) Has been cancelled
ci: use the correct documentation URL in previews
2025-12-22 17:15:20 +03:00
raf
0328cc68cc
Merge branch 'main' into notashelf/push-tpxxmotmukwo 2025-12-22 16:53:14 +03:00
c15191cee8
ci: force CNAME in deployments
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a22db6d5f3b95c416aefcd3dc4304556a6a6964
2025-12-22 16:51:00 +03:00
c60086f34e
ci: use the correct documentation URL in previews
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ie5151a652e134c350d6e792ecb14da376a6a6964
2025-12-22 16:50:59 +03:00
Ben Mayer
b1b8794a19
make toggleterm open map acutally toggle the terminal (#1295)
Some checks failed
Treewide Checks / Validate flake (push) Waiting to run
Treewide Checks / Check formatting (push) Waiting to run
Treewide Checks / Check source tree for typos (push) Waiting to run
Treewide Checks / Validate documentation builds (push) Waiting to run
Treewide Checks / Validate hyperlinks in documentation sources (push) Waiting to run
Treewide Checks / Validate Editorconfig conformance (push) Waiting to run
Set up binary cache / cachix (default) (push) Has been cancelled
Set up binary cache / cachix (maximal) (push) Has been cancelled
Set up binary cache / cachix (nix) (push) Has been cancelled
Build and deploy documentation / Check latest commit (push) Has been cancelled
Build and deploy documentation / publish (push) Has been cancelled
2025-12-21 14:33:27 +00:00
raf
a80993f356
Merge pull request #1301 from NotAShelf/fix-formatting
docs/rl-0.9: fix release notes formatting
2025-12-21 16:41:03 +03:00
Soliprem
9f4260c2a8 docs/rl-0.9: fix release notes formatting 2025-12-21 14:32:25 +01:00
a1ef6d28a7
ci: trigger docs preview on more PR events
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I3e40e39e69befaab40ff9f278ff7537f6a6a6964
2025-12-21 15:51:46 +03:00
Isaac Shiells Thomas
bbf7ea6daf
Fixed typo in modules/plugins/languages/tex/formatter.nix
Co-authored-by: Ching Pei Yang <59727193+horriblename@users.noreply.github.com>
2025-12-20 16:19:03 -07:00
isaacST08
dc5a2b8f37 Reimplemented formatters 2025-12-19 21:32:51 -07:00
isaacST08
d104e383fc Migrated lsp configs to new standard (non-lspconfig) 2025-12-19 20:42:54 -07:00
isaacST08
233490941b Updated texlab lsp to reference and respect the pdfViewer options 2025-12-19 18:22:01 -07:00
isaacST08
0e3fc249f6 Simplified pdfViewer configuration implementation 2025-12-19 17:21:12 -07:00
isaacST08
0da99e05ae Removed builderTemplate implementation in favour of an inline approach 2025-12-19 14:30:30 -07:00
Ben
4b95ae106c
bufferline.nvim: fix hover behavior (#1297)
Some checks failed
Set up binary cache / cachix (default) (push) Has been cancelled
Set up binary cache / cachix (maximal) (push) Has been cancelled
Set up binary cache / cachix (nix) (push) Has been cancelled
Treewide Checks / Validate flake (push) Has been cancelled
Treewide Checks / Check formatting (push) Has been cancelled
Treewide Checks / Check source tree for typos (push) Has been cancelled
Treewide Checks / Validate documentation builds (push) Has been cancelled
Treewide Checks / Validate hyperlinks in documentation sources (push) Has been cancelled
Treewide Checks / Validate Editorconfig conformance (push) Has been cancelled
Build and deploy documentation / Check latest commit (push) Has been cancelled
Build and deploy documentation / publish (push) Has been cancelled
Enable `mousemoveevent` vim option if `setupOpts.options.hover` is
enabled, as required by the plugin.
2025-12-19 17:50:15 +00:00
isaacST08
4d80eeb006 Changed lsp enable config variable referenced 2025-12-19 17:39:24 +01:00
isaacST08
353b63b6ac Added description for pdf viewer 2025-12-19 17:39:24 +01:00
isaacST08
3433bf9071 Refactored pdfViewer and fixed infrec error 2025-12-19 17:39:24 +01:00
isaacST08
d65c480188 Started work to resolve infrec error 2025-12-19 17:39:24 +01:00
isaacST08
f57dbd04fe Fixed typo in tectonic.nix 2025-12-19 17:39:24 +01:00
isaacST08
2393647def Fixed typo in default.nix 2025-12-19 17:39:24 +01:00
isaacST08
3859b8d9c9 Fixed missing mkOption function call in tectonic.nix 2025-12-19 17:39:24 +01:00
isaacST08
9211746d23 Changed the new-file-template-nvim npin to the fork that adds escaping newline characters to support tex templates properly 2025-12-19 17:39:24 +01:00
isaacST08
af04becc50 Altered mkEnableTreesitterOption functionallity to take in a boolean instead of all of config 2025-12-19 17:35:59 +01:00
isaacST08
127523101f Reword doc description 2025-12-19 17:35:59 +01:00
isaacST08
bd90630606 Cleaned up tectonic args processing 2025-12-19 17:35:59 +01:00
isaacST08
d6433345f9 Added comment explaining why code is structured as it is 2025-12-19 17:35:59 +01:00
isaacST08
2e326bdb68 Utilized lib.optionalAttrs to simplify code 2025-12-19 17:35:59 +01:00
isaacST08
e640feff1a Cleaned up documentation and other performed other code cleanups 2025-12-19 17:35:59 +01:00
isaacST08
123027e48e Created assertion for the correct number of pdf viewers instead of throwing an error. 2025-12-19 17:35:59 +01:00
isaacST08
6a80573475 Clarified documentation wording and utilized mkPackageOption for the tectonic builder 2025-12-19 17:35:59 +01:00
isaacST08
6c3efb5b79 Removed duplicate "Whether to enable" in documentation for modules/plugins/languages/tex/build/builders/latexmk.nix
Co-authored-by: raf <raf@notashelf.dev>
2025-12-19 17:35:58 +01:00
isaacST08
937f48d4c5 Removed duplicate "Whether to enable" in documentation for modules/plugins/languages/tex/build/builders/tectonic.nix
Co-authored-by: raf <raf@notashelf.dev>
2025-12-19 17:35:58 +01:00
isaacST08
290f4e5b08 Added code/keyword md escaping for documentation in modules/plugins/languages/tex/default.nix
Co-authored-by: raf <raf@notashelf.dev>
2025-12-19 17:35:58 +01:00
isaacST08
29d78156ac Added code/keyword md escaping for documentation in modules/plugins/languages/tex/build/default.nix
Co-authored-by: raf <raf@notashelf.dev>
2025-12-19 17:35:58 +01:00
isaacST08
44c007f76e Added usage of lib.optionals and created an assersion to check the number of enabled builders 2025-12-19 17:35:58 +01:00
isaacST08
3c8fde89cc Rebase & Merge 2025-12-19 17:35:58 +01:00
isaacST08
b30727e033 Created mkEnableTreesitterOption in the extendend library 2025-12-19 17:35:58 +01:00
isaacST08
08a77485aa Fixed typos and formatting 2025-12-19 17:34:03 +01:00
isaacST08
594d7b434b Reorganized file and options structure for more intuitive use 2025-12-19 17:34:02 +01:00
isaacST08
4a581e984c Added more pdf viewer options 2025-12-19 17:34:02 +01:00
isaacST08
892f3d6336 PDF Viewer framework bug fixes and integrated functionallity into texlab lsp implementation 2025-12-19 17:34:02 +01:00
isaacST08
ac062b2386 Created PDF viewer framework 2025-12-19 17:34:02 +01:00
isaacST08
4b2d169759 Further Cleanup 2025-12-19 17:34:02 +01:00
isaacST08
35430ca7ab Cleanup: Sorted sections alphabetically, utilized inherrits where appropriate 2025-12-19 17:34:02 +01:00
isaacST08
0c3c67d068 Added symbol options for texlab 2025-12-19 17:34:02 +01:00
isaacST08
b4098ad71f Added chktex options for texlab 2025-12-19 17:34:02 +01:00
isaacST08
06fbacb3d0 Added enum options for completion matcher option 2025-12-19 17:34:02 +01:00