Commit graph

456 commits

Author SHA1 Message Date
sjcobb
a360dd2315 update rl notes 2025-08-28 09:36:29 +01:00
Jaren Glenn
f6cfc3ab4b lazy: enabled option accepts luaInline instead of str
Makes inline Lua enabled options evaluate to Lua instead of string
literals.
2025-08-26 20:06:46 -06:00
Poseidon
fe860f701b
docs: remove duplicate release notes entry 2025-08-25 12:02:57 -05:00
Ching Pei Yang
f119298d10
docs: fix formatting 2025-08-24 23:43:54 +02:00
diced
77c642935d
docs(rl): add ts treesitter fix entry 2025-08-21 13:31:19 -07:00
Poseidon
30cca7c002
Merge branch 'v0.8' into release-notes/add-period 2025-08-21 15:48:59 -04:00
raf
8d57ae5e42
languages/elixir: add HEEx and EEx treesitter grammars (#1088)
Co-authored-by: Mickaël Fortunato <mickael.fortunato@protonmail.com>
Co-authored-by: raf <raf@notashelf.dev>
2025-08-21 22:42:16 +03:00
Poseidon
8f28e4627d
docs: add missing period to release notes 2025-08-21 15:40:57 -04:00
Poseidon
a5ef2d032d
docs: fixup release notes from main -> v0.8 merge (#1098)
* Merge seperate sections for 'Cool-Game-Dev'

Merge separate release notes sections for `Cool-Game-Dev`

* Rename `Cool-Game-Dev` to `Poseidon` in release notes

I have changed my username since I started contributing, this fixes the username link and display text.
2025-08-21 19:31:52 +00:00
rice-cracker-dev
1f65e589bf languages/svelte: fix svelte-language-server not reloading .js/.ts files on change 2025-08-21 18:47:09 +07:00
raf
085d161ca9
Merge branch 'v0.8' into v0.8 2025-08-21 09:04:10 +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
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
Mickaël Fortunato
add8d82c78 languages/elixir: add HEEx and EEx treesitter grammars 2025-08-16 22:31:40 +02: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
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
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
raf
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
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
raf
b4dac8d635
Merge branch 'main' into colorful-menu 2025-08-05 13:10:21 +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
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
Cool-Game-Dev
b2a462feb7
Add release notes entry
Add missing release notes entry, previously only contained a
reference to nvim-biscuits github.
2025-07-23 12:28:29 -05:00
Cool-Game-Dev
55fc5fecb8
fixed release notes
Add the plugin under my own name instead of @NotAShelf
2025-07-22 19:06:57 -05:00
Cool-Game-Dev
29d6f51cbc
utility/nvim-biscuits: init
Add `utility.nvim-biscuits` module. Adds the plugin nvim-biscuits, a
rewrite of assorted biscuits.
2025-07-22 12:23:28 -05:00
Abhi
861d6f3ed7
updated release notes 2025-07-19 19:10:30 -04:00
b89ed91405
git/hunk-nvim: init
Some checks are pending
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
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
Build and deploy documentation / Check latest commit (push) Waiting to run
Build and deploy documentation / publish (push) Blocked by required conditions
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964c7b5ff071d9ac1713a149ebd9c3abd0f
2025-07-19 04:28:41 +03:00
poz
5651ca05fd
themes/everforest: init
https://github.com/sainnhe/everforest
2025-07-19 02:03:27 +02:00
Francesco Prem Solidoro
e20d673d6e docs/rl-0.8: add neorg fix entry 2025-07-16 19:32:58 +02:00
Devin Droddy
601f987e60
Merge branch 'main' into add-supermaven 2025-07-13 10:33:20 -04:00
NAHO
607675ac6e
flake: follow flake-parts and flake-utils inputs
flake-parts's nixpkgs-lib input follows nvf's nixpkgs input to reduce
download size, and flake-utils's systems inputs follows nvf's systems
input to transitively leverage the pattern introduced in commit
fc8206e7a6 ("flake: utilize nix-systems for overridable flake
systems").
2025-07-10 19:34:31 +02:00
raf
e02b61dc4c
Merge branch 'main' into add-supermaven 2025-07-10 01:10:39 +03:00
Laszlo Bacsi
311f6abcd2
style: fix release-notes conformance to editorconfing 2025-07-09 13:45:24 +02:00
Devin Droddy
6dcca0e96e
docs/release-notes: add entry for supermaven-nvim 2025-07-08 15:42:11 -04:00
László Bácsi
6b8072445c
Merge branch 'main' into which-key-deregister 2025-07-08 21:30:02 +02:00
Laszlo Bacsi
72846557d5
docs: note which-key gitsigns group related breaking change 2025-07-08 20:26:04 +02:00
Laszlo Bacsi
af87edae84
Merge branch 'main' into neogit-init 2025-07-08 20:18:11 +02:00
László Bácsi
ec2c64e04d
Merge branch 'main' into spellcheck-restore-programming-wordlist 2025-07-08 17:40:47 +02:00
Laszlo Bacsi
94908ffb0a
git/neogit: module init 2025-07-06 15:40:17 +02:00
Laszlo Bacsi
045f098f0e
spellcheck: restore configuration for vim-dirtytalk 2025-07-05 19:47:51 +02:00
Laszlo Bacsi
06b5903b53
lualine: fix separator options to work with recent versions of lualine 2025-07-03 17:06:12 +02:00
Laszlo Bacsi
f728834aa3
binds/which-key: allow deregistering binds or groups 2025-06-26 15:25:57 +02:00
Mohammad Rafiq
8c7fdc0f5d
feat(snippets/luasnip): allow custom snippets 2025-06-19 10:31:17 +08:00
Laszlo Bacsi
d6d569c53e
utility/smart-splits: init 2025-06-16 15:12:44 +02:00
Laszlo Bacsi
f7b1b238f7
themes/solarized: init 2025-06-13 18:45:49 +02:00
Michael Utz
30ed6ceae4
Merge branch 'main' into patch-1 2025-06-04 10:15:30 +03:00
Callum
412d786325 Document onedark change in release notes. 2025-06-03 22:26:15 +02:00