adc9b79ed2
languages/rust: move crates-nvim dependency to extensions attribute; modernize
...
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a696490046c3a59d8b9dddd112a6f5120d236
2025-09-02 22:11:50 +03:00
e1ad7f4fb9
Merge remote-tracking branch 'origin/main' into v0.8
2025-08-21 09:00:16 +03:00
Poseidon
21f4644e31
languages/qml: init ( #1092 )
...
* languages/qml: init
Create the qml language module with treesitting, lsp, and formatting
* Fix release notes module name
2025-08-21 08:50:42 +03:00
2c43ee3aad
Merge pull request #1093 from poseidon-rises/release-notes/fix-broken-link
...
Fix broken release notes reference
2025-08-20 20:37:40 +03:00
Poseidon
ad0844ea53
Fix broken release notes reference
2025-08-20 12:32:53 -05:00
Poseidon
b7d321fd88
binds/qmk: init ( #1083 )
...
* binds/qmk: init
Create the `vim.binds.qmk` module with `enable` and `setupOpts`.
* Clean up release notes
Add consistent style and formatting to release notes
Co-authored-by: raf <raf@notashelf.dev>
* Clean up release notes (again)
* binks/qmk: remove unneeded function
* binds/qmk: Rename to `vim.utility.qmk`
Move the `vim.binds.qmk` module to `vim.utility.qmk`.
* utility/qmk: add defaults and asserts
Add default values and assertions for required options.
* utility/qmk: rename to utility/qmk-nvim
* utility/qmk-nvim: improve assertion readability
* utility/qmk-nvim: Fix links broken in module rename
* Fix release notes
* Add final newline to release notes
---------
Co-authored-by: raf <raf@notashelf.dev>
2025-08-20 09:19:57 +03:00
80a2944418
Merge pull request #1082 from poseidon-rises/html/add-advanced-features
...
languages/html: add advanced support
2025-08-18 13:42:33 +03:00
Poseidon
b6ecc7f19c
languages/html: reorder parameters for consistency
2025-08-17 17:22:31 -05:00
0383311826
Merge pull request #1090 from stegrams/patch-1
...
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
Documentation. Update DAG library path in examples.
2025-08-17 23:39:39 +03:00
Stefanos Grammenos
dbfeba975c
Update the 'dag' library from lib.hm.dag to nvf.lib.nvim.dag
2025-08-17 23:21:22 +03:00
Stefanos Grammenos
079f94c73d
Documentation. DAG library examples from lib.dag to lib.hm.dag
2025-08-17 21:13:30 +03:00
Cool-Game-Dev
3aadd2f3ce
languages/html: remove null_ls usage
...
Remove usage of null_ls and replace it with new standards.
2025-08-15 12:50:43 -05:00
Cool-Game-Dev
2ab2669143
languages/html: add advanced support
...
Add advanced features to the `vim.languages.html` module, including lsp,
formatting, and extra diagnostics.
2025-08-15 12:50:43 -05:00
f30d31c5ba
Merge pull request #1085 from poseidon-rises/json/fix-failing-ci
...
languges/json: fix failing ci
2025-08-15 18:36:43 +03:00
b6490efbe0
meta: fix logo path again
...
JJ god damn you
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a69642ebb1684ab496924eb62ef9c8363299d
2025-08-15 13:11:32 +03:00
6980c35a44
meta: update logo path for the new README location
...
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a69646755f9d922c1ca413443307bb6db62c4
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964ece924faf8cffb0f95cdf3d17cb23025
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964ece924faf8cffb0f95cdf3d17cb23025
2025-08-15 13:02:32 +03:00
Cool-Game-Dev
6efced0652
languages/json: correct getExe' usage
2025-08-14 09:22:13 -05:00
Cool-Game-Dev
dbd395ad01
languages/json: fix fix failing CI
...
Make fixes to stop the JSON module from failing CI.
2025-08-14 09:10:25 -05:00
f578f82b4d
Merge pull request #1080 from poseidon-rises/languages/json
...
languages/json: init
2025-08-13 23:15:05 +03:00
Poseidon
fa10b2341d
languages/json: remove unessesary multiline
...
Remove unnecessary multiline string in `writeShellApplication`.
Co-authored-by: raf <raf@notashelf.dev>
2025-08-13 15:12:18 -05:00
c5dc719249
flake: bump inputs
...
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
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964ec51ac6d8eeb159f2c9500e5d548707e
2025-08-13 23:07:57 +03:00
Cool-Game-Dev
1f68e37722
languages/json: init
...
Create the `vim.languages.json` module using `jsonls` and `jsonfmt`.
2025-08-13 13:43:57 -05:00
Ching Pei Yang
ebb1e3c4cd
Merge pull request #1074 from poseidon-rises/csharp/roslyn-ls
...
languages/csharp: Add roslyn-ls
2025-08-13 16:34:18 +02:00
Cool-Game-Dev
9eb060dde2
languages/csharp: Replace root_markers with root_dir
...
Replace the root_markers with root_dir in roslyn_ls and omnisharp
2025-08-13 09:05:26 -05:00
Cool-Game-Dev
15b9e65368
add release notes entry
...
Add entry for roslyn-ls to the release notes.
2025-08-13 09:05:24 -05:00
Cool-Game-Dev
238b86daeb
languages/csharp: Add roslyn-ls
...
Add the roslyn-ls lsp to the csharp language model, following standards
set by other lsps.
2025-08-13 09:05:21 -05:00
Ching Pei Yang
b64f7d48f1
startify: fix typo
2025-08-13 14:00:00 +02:00
5619a99e12
Merge pull request #1073 from NotAShelf/dependabot/github_actions/actions/checkout-5
...
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(deps): bump actions/checkout from 4 to 5
2025-08-12 06:50:47 +03:00
dependabot[bot]
940e3f1ca5
build(deps): bump actions/checkout from 4 to 5
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [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/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-08-12 02:01:35 +00:00
1681ad7034
flake: bump inputs
...
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
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a69646af60c6f5ccb974cbdd700b65aa5fdec
2025-08-10 16:25:56 +03:00
b88c7bcdc0
Merge pull request #1040 from imnotpoz/oil-git-status
...
utility/oil-nvim: add oil-git-status support
2025-08-09 12:20:57 +03:00
d61de135ce
Merge pull request #1054 from JManch/blink-cmp-fix-sources
...
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
fix(blink-cmp): Fix broken default sources
2025-08-07 10:48:38 +03:00
Joshua Manchester
626ad99297
fix(blink-cmp): Fix broken default sources
...
Currently, regardless of whether nvim-cmp is enabled, nvim-cmp's sources
are added as providers. If the nvim-cmp sources "buffer" or "path" are
enabled they will override and break blink.cmp's default "path" and
"buffer" sources.
This fixes the issue by only configuring nvim-cmp sources and providers
when nvim-cmp is enabled and, if nvim-cmp is enabled, only configuring
nvim-cmp compat providers that are not in the blink.cmp default sources.
2025-08-06 22:35:19 -04:00
1d362509d8
Merge pull request #1059 from poseidon-rises/language/just
...
languages/just: init
2025-08-05 23:06:34 +03:00
22fb0d22cc
Merge pull request #772 from NotAShelf/colorful-menu
...
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
ui/colorful-menu-nvim
2025-08-05 13:12:20 +03:00
b4dac8d635
Merge branch 'main' into colorful-menu
2025-08-05 13:10:21 +03:00
fa52e006eb
modules: fix typos; clean up vim-startify module
...
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a69641dac96714f7d7ddfb6a302e7340de9ca
2025-08-05 13:08:48 +03:00
085df81edf
wrapper/options: fix exmple for additionalRuntimePaths
...
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a696484c57a2dd2dcd985ddeba37859e10ff7
2025-08-05 12:53:55 +03:00
16d396f039
Merge pull request #1061 from Soliprem/otter-cleanup
...
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
lsp/otter: remove conflict warning since 0.11 is now common
2025-08-02 15:19:06 +03:00
Soliprem
4f9b2f4fba
docs/rl: add entry
...
adds entry about the removal of otter's outdated warning
2025-08-02 13:53:35 +02:00
Soliprem
17968d1ced
lsp/otter: remove conflict warning since 0.11 is now common
2025-08-02 13:49:09 +02:00
poz
de1f36b4be
utility/oil-nvim: add oil-git-status support
2025-08-02 13:40:01 +02:00
Cool-Game-Dev
4b99fb6d90
language/just: init
...
Create the module `vim.languages.just` which provides support for
treesitting and just-lsp.
2025-08-01 14:30:37 -05:00
Ching Pei Yang
69659e078b
Merge pull request #962 from horriblename/language-overhaul-part
...
[skip ci] Language overhaul part 2
2025-08-01 12:12:34 +02:00
Ching Pei Yang
b45b763fd4
languages/tailwind: fix use of lspconfig.util
2025-08-01 12:00:44 +02:00
Ching Pei Yang
6394f82a22
languages/julia: fix outdated docs
2025-08-01 12:00:43 +02:00
Ching Pei Yang
153290a767
ci: add "edn" to typos
2025-08-01 12:00:43 +02:00
Pei Yang Ching
a5ba08770a
languages: add deprecation warning for renamed options
2025-08-01 12:00:43 +02:00
e35a74c44a
meta: actually fix logo path for new README location
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
2025-07-30 12:32:01 +00:00
4a4a376328
meta: update logo path for the new README location
...
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a69646755f9d922c1ca413443307bb6db62c4
2025-07-30 15:30:02 +03:00