Commit graph

30 commits

Author SHA1 Message Date
dish
866b983c40
autopairs/nvim-autopairs: lazy-load instead of always loading (#1370)
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 documentation builds-1 (push) Waiting to run
Treewide Checks / Validate documentation builds-2 (push) Waiting to run
Treewide Checks / Validate documentation builds-3 (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
This is suggested per the plugin's readme
2026-01-29 19:48:48 +00:00
dish
2b7dd7ecb1
languages/jinja: init (#1359) 2026-01-29 18:36:08 +00:00
dish
95f2637d1c languages/rust: lazy-load crates.nvim plugin 2026-01-29 13:06:49 -05:00
Snoweuph
82c5119a8a
language/xml: syntax highlighting, formatting, lsp 2026-01-29 06:13:28 +01:00
Vagahbond
dacc7270a5
codewindow: allow opening on setup (#1259)
Some checks failed
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 documentation builds-1 (push) Waiting to run
Treewide Checks / Validate documentation builds-2 (push) Waiting to run
Treewide Checks / Validate documentation builds-3 (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) Has been cancelled
Build and deploy documentation / publish (push) Has been cancelled
* codewindow: allow opening on setup

codewindow: allow opening on setup

* release notes: add line

codewindow: allow opening on setup

* codewindow: clean

* buildfix: fix rafs wrong code suggestion

---------

Co-authored-by: Soliprem <73885403+Soliprem@users.noreply.github.com>
Co-authored-by: raf <raf@notashelf.dev>
Co-authored-by: Ching Pei Yang <59727193+horriblename@users.noreply.github.com>
2026-01-28 00:06:26 +01:00
Ching Pei Yang
f278a25b20
doc: add textwidth modeline in release-note 2026-01-26 01:18:50 +01:00
raf
fcfd1872da
Merge branch 'main' into feature/lua-selene 2026-01-24 12:31:04 +03:00
Snoweuph
1f8d994e07
language/lua: add selene for more diagnostics 2026-01-24 10:29:38 +01:00
dish
d47d7c7542 languages/python: support zuban language server
https://zubanls.com/
2026-01-23 19:17:31 -05:00
dish
d52b2b1d78 visuals/hlargs-nvim: init plugin
ez every time

npins bad tho
2026-01-14 15:47:51 -05:00
dish
c07136c7ba toml: init language plugin 2026-01-14 15:00:04 -05:00
dish
1868774259 python: support pyrefly 2026-01-14 12:25:47 -05:00
David James McCorrie
2dcdfd2bf4 python: expand LSPs
Now that the new LSP API is available add:

- ruff: add support for the LSP as well as the existing formatter support
- ty: new type checking from astral (promising new type checker)

Signed-off-by: David James McCorrie <djmccorrie@gmail.com>
2026-01-13 12:08:38 +00:00
raf
dfc3ab667b
Merge branch 'main' into feat/sqruff 2026-01-11 15:20:18 +03:00
2d43bc37d0
docs: format release notes
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I2bce19ea88f12af67baa4d777af287dd6a6a6964
2026-01-11 15:19:50 +03:00
dish
54d7f3ddc5 languages/sql: support sqruff 2026-01-10 23:19:57 -05:00
dish
af0fdd9f27 languages/markdown: support rumdl 2026-01-10 20:35:16 -05:00
raf
5b5548d218
Merge pull request #1319 from taylrfnt/feat-darwinModule
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
introduce `darwinModules` to flake & minor meta cleanup for new doc links
2026-01-10 00:07:19 +03:00
alfarel
dbf4d7df76
notes/obsidian-nvim: remove unnecessary options and add integrations/compat 2026-01-08 19:35:11 +00:00
jtliang24
28a9fd25f7
Update release notes for this change 2026-01-07 22:44:34 -05:00
taylrfnt
996451dbe2
flake: add darwinModule 2026-01-07 15:32:30 -06:00
Heitor Augusto
27a2953aff
treesitter: migrate to the new api 2026-01-06 14:47:27 -03:00
270ca3a50a
docs: fix rebase artifacts in 0.9 release notes; format
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ie10b047abb24dbc228f7278810fd01106a6a6964
2026-01-06 15:05:57 +03:00
raf
0d67745462
Merge branch 'main' into notashelf/push-lyuzqwroywyx 2026-01-06 14:56:09 +03:00
Thales Menato
e0f6fe7a2a
treesitter: attempt to adapt to (breaking) Nixpkgs changes (#1315)
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
* feat: update from builtGrammars to grammarPlugins

* fix: renamed packages

* chore: revert back the configs part

* wip: try using config

* chore: update flake

* docs: update release-note

---------

Co-authored-by: raf <raf@notashelf.dev>
2026-01-05 16:07:31 +00:00
Jens Feodor Nielsen
1bf757685b
utility/ccc: add setupOpts option (#1294)
* utility/ccc: add inputs and outputs options

Added `ccc.nvim` options `vim.utility.ccc.inputs` and
`vim.utility.ccc.outputs` to make input color systems and output color
formats configurable.

* utility/ccc: add setupOpts option

Added `ccc.nvim` option `vim.utility.ccc.setupOpts` with the existing
hard-coded options as default values.

* utility/ccc: no hidden mapping, better types

 - Remove hidden mapping input/output options into luaInline with
   prefixes.
 - Update types of setupOpts sub-options to avoid large blocks of
   inline Lua in the configuration.

* utility/ccc: properly format with alejandra
2026-01-05 16:29:19 +01:00
Soliprem
9f4260c2a8 docs/rl-0.9: fix release notes formatting 2025-12-21 14:32:25 +01:00
Ching Pei Yang
1ca1a4676c
docs: typo 2025-12-19 18:55:10 +01: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
1b73e78788
docs/manual: move v0.9 entries to the correct file; format
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I593bbd1dbfd60215e317360d1652588a6a6a6964
2025-12-18 16:10:42 +03:00