Commit graph

2805 commits

Author SHA1 Message Date
isaacST08
d5920d108b Tex templates were broken in the current version of the new-file-templates.nvim dependency so created fork to fix it and redirected flake url there 2025-12-19 17:32:38 +01:00
isaacST08
187bf3ef25 Switched to Alejandra formatting style 2025-12-19 17:26:08 +01:00
isaacST08
60fe055375 Added support for setting the g:tex_flavor option 2025-12-19 17:26:08 +01:00
isaacST08
25e2cfa49b Fixed texlab needing to be installed globally to be able to use the lsp 2025-12-19 17:26:08 +01:00
isaacST08
52d36c0c2c Added tex to the languages list 2025-12-19 17:26:08 +01:00
isaacST08
8a2a635fc4 Changed texlab lsp config build.filename to use stringToLua function 2025-12-19 17:24:36 +01:00
isaacST08
186b6fd8c1 Fixed weird nix boolean toString implementation 2025-12-19 17:24:35 +01:00
isaacST08
4fbc78cd42 Created function to simplify converting a string into lua format and removed null default values 2025-12-19 17:24:35 +01:00
isaacST08
286f292127 Fixed typo 2025-12-19 17:24:35 +01:00
isaacST08
d42896be4a Added toString functions on Texlab LSP source booleans and other mapped values 2025-12-19 17:24:35 +01:00
isaacST08
7dceb8b0c0 Fix import on the wrong line 2025-12-19 17:24:35 +01:00
isaacST08
ac75542243 Created tex language options 2025-12-19 17:24:35 +01:00
raf
cd81bbb904
Merge pull request #1293 from jfeo/meta/contributing-use-absolute-links
meta: fix CONTRIBUTING.md 404 with absolute links
2025-12-16 17:13:18 +03:00
Jens Feodor Nielsen
7ab37d9a82 meta: fix CONTRIBUTING.md 404 with absolute links
When selecting the Contributing tab on the GitHub repository home page,
following the links to LICENSE and PULL_REQUEST_TEMPLATE.md result in a
404 error, as GitHub seems to assume that relative links should be
resolved from the root of the repository.
2025-12-16 13:27:12 +01:00
raf
b750c9075b
Merge pull request #1292 from NotAShelf/dependabot/github_actions/korthout/backport-action-4
build(deps): bump korthout/backport-action from 3 to 4
2025-12-16 06:18:11 +03:00
dependabot[bot]
3346621cb5
build(deps): bump korthout/backport-action from 3 to 4
Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 3 to 4.
- [Release notes](https://github.com/korthout/backport-action/releases)
- [Commits](https://github.com/korthout/backport-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: korthout/backport-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-15 19:08:33 +00:00
raf
eb3cb67375
Merge pull request #1282 from NotAShelf/dependabot/github_actions/actions/upload-artifact-6
build(deps): bump actions/upload-artifact from 5 to 6
2025-12-15 15:47:02 +03:00
dependabot[bot]
e5aebe2539
build(deps): bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-15 12:32:05 +00:00
dependabot[bot]
85a0fc8db0
build(deps): bump cachix/install-nix-action from 31.8.4 to 31.9.0 (#1281)
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 31.8.4 to 31.9.0.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Changelog](https://github.com/cachix/install-nix-action/blob/master/RELEASE.md)
- [Commits](https://github.com/cachix/install-nix-action/compare/v31.8.4...v31.9.0)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-version: 31.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 12:31:04 +00:00
raf
f1ab540454
Merge pull request #1291 from horriblename/bump-ndg
flake: bump ndg
2025-12-14 18:11:25 +03:00
Ching Pei Yang
7baf3d260d
flake: bump ndg 2025-12-14 15:28:11 +01:00
raf
0eeb3f2b6c
Merge pull request #1284 from horriblename/fix-astro-svelte-self
language/{astro,svelte}: fix missing self arg
2025-12-13 17:29:48 +03:00
raf
18749d6be7
Merge branch 'main' into fix-astro-svelte-self 2025-12-13 17:25:03 +03:00
Ching Pei Yang
2fe8be4b6c
languages/rust: fix rustaceanvim DAP adapter (#1283)
Align codelldb adapter setup with rustaceanvim’s built-in logic.
Add languages.rust.dap.backend option to choose between codelldb
and lldb-dap adapters.
2025-12-13 14:17:31 +01:00
Ching Pei Yang
056328ff4a
language/{astro,svelte}: fix missing self arg 2025-12-13 14:05:35 +01:00
Ring-A-Ding-Ding-Baby
1d362cd88e languages/rust: fix rustaceanvim DAP adapter
Align codelldb adapter setup with rustaceanvim’s built-in logic.
Add languages.rust.dap.backend option to choose between codelldb
and lldb-dap adapters.
2025-12-13 16:21:22 +04:00
13b3916c1c
ci: drop detsys slop; use cachix Nix installer
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I174ef773c8d3313eb825f5b6969740e36a6a6964
2025-12-12 14:18:36 +03:00
1daa263ff2
meta: update release info
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I9687e8175901c5212b056b58eaf818766a6a6964
2025-12-12 14:07:37 +03:00
raf
cc985cc3e2
Merge pull request #1278 from NotAShelf/fix-ci
ci: fix documentation deployment & preview
2025-12-12 09:36:07 +03:00
raf
a9697fcaac
Merge pull request #1276 from NotAShelf/dependabot/github_actions/peter-evans/create-pull-request-8
build(deps): bump peter-evans/create-pull-request from 7 to 8
2025-12-12 09:35:20 +03:00
raf
b0ca4a7834
Merge pull request #1241 from NotAShelf/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 5 to 6
2025-12-12 09:35:10 +03:00
raf
8197082539
Merge pull request #1277 from NotAShelf/dependabot/github_actions/cachix/install-nix-action-31.9.0
build(deps): bump cachix/install-nix-action from 31.8.2 to 31.9.0
2025-12-12 09:34:57 +03:00
Soliprem
720630064e workflows: fix CI for docs previews
same as before. New root seems to be share/doc/, and not share/doc/nvf
2025-12-12 05:52:53 +01:00
Soliprem
d5d46e501b workflows: fix the ci for deployment of the docs website 2025-12-12 05:44:06 +01:00
dependabot[bot]
98f4a2ca3d
build(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-12 04:25:28 +00:00
dependabot[bot]
fdc522944a
build(deps): bump cachix/install-nix-action from 31.8.2 to 31.9.0
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 31.8.2 to 31.9.0.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Changelog](https://github.com/cachix/install-nix-action/blob/master/RELEASE.md)
- [Commits](https://github.com/cachix/install-nix-action/compare/v31.8.2...v31.9.0)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-version: 31.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-12 04:25:14 +00:00
dependabot[bot]
800df9bdf2
build(deps): bump peter-evans/create-pull-request from 7 to 8
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7 to 8.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v7...v8)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-12 04:25:10 +00:00
Soliprem
d6a2a1a60a
Merge pull request #1018 from NotAShelf/v0.8
V0.8
2025-12-12 05:24:28 +01:00
Soliprem
0894dd6eec
Merge pull request #1275 from horriblename/ci-disable-hyperlink-check
ci: disable hyperlink check
2025-12-12 01:20:57 +01:00
Soliprem
ffec23e199
Merge branch 'v0.8' into ci-disable-hyperlink-check 2025-12-12 00:57:24 +01:00
Ching Pei Yang
142f8d0a65
ci: disable broken hyperlink check 2025-12-11 22:29:46 +01:00
Soliprem
966e96ff5d
Merge pull request #1160 from NotAShelf/notashelf/push-ysqzsqxwlsml
docs: migrate to feel-co/ndg
2025-12-11 21:19:12 +01:00
Soliprem
71f352d41e docs: formatting 2025-12-11 19:06:49 +01:00
Soliprem
b4abb3c82d treewide: fix a lot of broken / dead links 2025-12-11 18:32:09 +01:00
Soliprem
313ad612f6 docs/manual: runCommandNoCCLocal was renamed to runCommandLocal 2025-12-11 15:57:13 +01:00
Soliprem
e18932d3eb docs: fix more formatting 2025-12-11 15:47:42 +01:00
Soliprem
a951495882 docs: fix formatting 2025-12-11 15:39:41 +01:00
Ching Pei Yang
e47306b276
flake: bump ndg 2025-12-11 15:30:30 +01:00
Ching Pei Yang
da8c682af7
treewide: replace auto option links with {option} role 2025-12-11 15:30:30 +01:00
Ching Pei Yang
1f39882482
ndg: update cli flags 2025-12-11 15:28:57 +01:00