isaacST08
|
230d216cb3
|
Started work to resolve infrec error
|
2025-03-10 10:00:26 -06:00 |
|
isaacST08
|
c9f1bdf167
|
Merge branch 'NotAShelf:main' into feature-language-tex
|
2025-03-10 09:25:00 -06:00 |
|
Ching Pei Yang
|
9f276a0c5f
|
languages/rust: fix unused lsp settings option (#641)
Co-authored-by: raf <me@notashelf.dev>
|
2025-03-10 08:43:34 +00:00 |
|
|
|
c8fd6204d0
|
languages/nix: fully deprecate nixpkgs-fmt
|
2025-03-09 21:55:04 +03:00 |
|
isaacST08
|
9a9c3b9e54
|
Fixed typo in tectonic.nix
|
2025-03-07 12:31:14 -07:00 |
|
isaacST08
|
fa55d3a766
|
Fixed typo in default.nix
|
2025-03-07 12:29:01 -07:00 |
|
isaacST08
|
6be82071a4
|
Fixed missing mkOption function call in tectonic.nix
|
2025-03-07 12:19:14 -07:00 |
|
isaacST08
|
d7a11ad990
|
Merge branch 'main' into feature-language-tex
|
2025-03-03 14:13:20 -07:00 |
|
MaxMur
|
6e35b04e74
|
languages/yaml: fix enableLSP/enableTreesitter defaults (#680)
|
2025-03-02 20:51:54 +03:00 |
|
MaxMur
|
0fdfb9bf3b
|
languages/yaml: Init (#676)
|
2025-03-02 13:59:32 +00:00 |
|
isaacST08
|
2b2eddcdb6
|
Merge branch 'NotAShelf:main' into feature-language-tex
|
2025-02-22 17:16:18 -07:00 |
|
Ben Mayer
|
54476b5a8b
|
languages/go: add gofmt, golines and gofumpt formatter (#654)
Set up binary cache / cachix (default) (push) Waiting to run
Set up binary cache / cachix (maximal) (push) Waiting to run
Set up binary cache / cachix (nix) (push) Waiting to run
Validate flake & check documentation / Validate Flake Documentation (push) Waiting to run
Validate flake & check documentation / Validate hyperlinks in documentation sources (push) Waiting to run
Validate flake & check formatting / Validate Flake (push) Waiting to run
Validate flake & check formatting / Formatting via Alejandra (push) Waiting to run
Build and deploy documentation / Check latest commit (push) Waiting to run
Build and deploy documentation / publish (push) Blocked by required conditions
Check for typos in the source tree / check-typos (push) Waiting to run
|
2025-02-20 16:50:26 +00:00 |
|
isaacST08
|
ede09771f5
|
Merge branch 'NotAShelf:main' into feature-language-tex
|
2025-02-12 14:11:01 -07:00 |
|
Hamburgir
|
6e7e91fc11
|
languages/flutter: update package name to match pin (#630)
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
Validate flake & check formatting / Validate Flake (push) Has been cancelled
Validate flake & check formatting / Formatting via Alejandra (push) Has been cancelled
Build and deploy documentation / Check latest commit (push) Has been cancelled
Check for typos in the source tree / check-typos (push) Has been cancelled
Build and deploy documentation / publish (push) Has been cancelled
|
2025-02-12 11:54:22 +00:00 |
|
isaacST08
|
91a3f67a9e
|
Altered mkEnableTreesitterOption functionallity to take in a boolean instead of all of config
|
2025-02-12 01:17:32 -07:00 |
|
isaacST08
|
cc5e7c9730
|
Reword doc description
|
2025-02-12 01:07:42 -07:00 |
|
isaacST08
|
0b6cf496d1
|
Cleaned up tectonic args processing
|
2025-02-12 01:03:07 -07:00 |
|
isaacST08
|
2a55d0f0a4
|
Added comment explaining why code is structured as it is
|
2025-02-11 21:30:44 -07:00 |
|
isaacST08
|
c440ba5826
|
Utilized lib.optionalAttrs to simplify code
|
2025-02-11 21:28:17 -07:00 |
|
isaacST08
|
c3c720f4a2
|
Cleaned up documentation and other performed other code cleanups
|
2025-02-11 21:14:24 -07:00 |
|
isaacST08
|
5b616f7907
|
Created assertion for the correct number of pdf viewers instead of throwing an error.
|
2025-02-11 20:48:34 -07:00 |
|
isaacST08
|
739415da0f
|
Clarified documentation wording and utilized mkPackageOption for the tectonic builder
|
2025-02-11 19:55:48 -07:00 |
|
isaacST08
|
226775fce6
|
Removed duplicate "Whether to enable" in documentation for modules/plugins/languages/tex/build/builders/latexmk.nix
Co-authored-by: raf <raf@notashelf.dev>
|
2025-02-11 19:43:46 -07:00 |
|
isaacST08
|
6aaba37d39
|
Removed duplicate "Whether to enable" in documentation for modules/plugins/languages/tex/build/builders/tectonic.nix
Co-authored-by: raf <raf@notashelf.dev>
|
2025-02-11 19:42:14 -07:00 |
|
isaacST08
|
ed514a638d
|
Added code/keyword md escaping for documentation in modules/plugins/languages/tex/default.nix
Co-authored-by: raf <raf@notashelf.dev>
|
2025-02-11 19:41:14 -07:00 |
|
isaacST08
|
0f04df467f
|
Added code/keyword md escaping for documentation in modules/plugins/languages/tex/build/default.nix
Co-authored-by: raf <raf@notashelf.dev>
|
2025-02-11 19:40:26 -07:00 |
|
isaacST08
|
d638292e77
|
Added usage of lib.optionals and created an assersion to check the number of enabled builders
|
2025-02-11 19:37:14 -07:00 |
|
|
|
ff77a97637
|
treewide: Use nixpkgs fetchers for npins
plugins: switch from neodev to lazydev
|
2025-02-11 18:26:02 -07:00 |
|
Lin Xianyi
|
2bb8154827
|
languages/nix: add lsp options support for nixd
|
2025-02-11 18:22:25 -07:00 |
|
|
|
c96f5f0d8c
|
languages/ts: fix npins name incompat
|
2025-02-11 22:18:38 +03:00 |
|
|
|
6538fadb65
|
languages/elixir: fix npins name incompat
|
2025-02-11 22:08:29 +03:00 |
|
|
|
f62de17141
|
languages/csharp: fix npins name incompat
|
2025-02-11 22:07:47 +03:00 |
|
|
|
6d7b8ec2f1
|
Merge branch 'main' into add-nixd-opts
|
2025-02-11 17:25:42 +00:00 |
|
Lin Xianyi
|
5671d7b42c
|
languages/nix: add lsp options support for nixd
|
2025-02-12 00:50:27 +08:00 |
|
|
|
8adc4c352a
|
treewide: Use nixpkgs fetchers for npins
plugins: switch from neodev to lazydev
|
2025-02-10 22:33:36 -05:00 |
|
isaacST08
|
1b983561a4
|
Merge branch 'NotAShelf:main' into feature-language-tex
|
2025-02-10 17:45:36 -07:00 |
|
isaacST08
|
0b85f56868
|
Created mkEnableTreesitterOption in the extendend library
|
2025-02-10 17:35:57 -07:00 |
|
isaacST08
|
fe84f0e56f
|
Fixed typos and formatting
|
2025-02-10 15:24:39 -07:00 |
|
Anthony Rodriguez
|
132c3da8ec
|
languages/nix: add nixd
This adds the [nixd](https://github.com/nix-community/nixd) language
server.
|
2025-02-06 13:24:39 +01:00 |
|
Etherbloom
|
9443273297
|
languages/ts: register javascript with prettier formatter (#595)
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
Validate flake & check formatting / Validate Flake (push) Has been cancelled
Validate flake & check formatting / Formatting via Alejandra (push) Has been cancelled
Build and deploy documentation / Check latest commit (push) Has been cancelled
Check for typos in the source tree / check-typos (push) Has been cancelled
Build and deploy documentation / publish (push) Has been cancelled
|
2025-02-02 14:02:26 +00:00 |
|
isaacST08
|
e08d0b5a4e
|
Reorganized file and options structure for more intuitive use
|
2025-01-30 19:15:22 -07:00 |
|
isaacST08
|
821cefec27
|
Added more pdf viewer options
|
2025-01-30 18:56:32 -07:00 |
|
isaacST08
|
95a0125ce0
|
PDF Viewer framework bug fixes and integrated functionallity into texlab lsp implementation
|
2025-01-30 18:14:51 -07:00 |
|
isaacST08
|
9524d93bd2
|
Created PDF viewer framework
|
2025-01-30 17:15:00 -07:00 |
|
isaacST08
|
00c356844a
|
Further Cleanup
|
2025-01-30 14:52:44 -07:00 |
|
isaacST08
|
650775ec52
|
Cleanup: Sorted sections alphabetically, utilized inherrits where appropriate
|
2025-01-30 14:37:30 -07:00 |
|
isaacST08
|
08283679ff
|
Added symbol options for texlab
|
2025-01-30 13:56:38 -07:00 |
|
isaacST08
|
19bbdef6a5
|
Added chktex options for texlab
|
2025-01-30 13:03:48 -07:00 |
|
isaacST08
|
637170bc32
|
Added enum options for completion matcher option
|
2025-01-30 12:25:19 -07:00 |
|
isaacST08
|
95d5463e63
|
Merge branch 'NotAShelf:main' into feature-language-tex
|
2025-01-26 20:16:41 -07:00 |
|