Commit graph

122 commits

Author SHA1 Message Date
ppenguin
d28ebedc52
update release notes 2026-01-07 18:41:35 +01:00
Heitor Augusto
27a2953aff
treesitter: migrate to the new api 2026-01-06 14:47:27 -03:00
c1713898c4
docs/hacking: clarify wording
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: If7d01c782c95bf066050831615db24f66a6a6964
2026-01-06 15:08:19 +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
Ben Mayer
b1b8794a19
make toggleterm open map acutally toggle the terminal (#1295)
Some checks failed
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
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
Build and deploy documentation / Check latest commit (push) Has been cancelled
Build and deploy documentation / publish (push) Has been cancelled
2025-12-21 14:33:27 +00: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
8a1ef233eb
docs: fix headings; move quirks to includes block'
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ie853fc60a60c6ff6a945dc67560639ac6a6a6964
2025-12-18 16:34:08 +03:00
20bcf9e946
docs: link NDG syntax documentation; revise keymaps section
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ie150938b131257fbc143f338b8d9956e6a6a6964
2025-12-18 16:10:48 +03:00
858717bed7
docs/manual: fix minor typos; revamp contributing section
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ibb76402cc1e759b404a5c8905109604c6a6a6964
2025-12-18 16:10:46 +03: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
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
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
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
da8c682af7
treewide: replace auto option links with {option} role 2025-12-11 15:30:30 +01:00
Ching Pei Yang
4498d3b3fa
docs: remove duplicate release-notes.md 2025-12-11 15:28:56 +01:00
yum
2d823de83e docs: update neodev.nvim to lazydev.nvim 2025-12-11 15:28:56 +01:00
d436031468 docs: remove dupliate page
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964ab066fe88fe52b53b619971a27f23a5b
2025-12-11 15:28:56 +01:00
06937516c7 docs: restructure to allow a clean migration to new documentation util
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964afba43bdda6a2cbf037404ca3fa4f8c9
2025-12-11 15:28:56 +01:00
Ching Pei Yang
063a27ce7e
docs: move release-notes to manual/ 2025-12-11 15:28:56 +01:00
d363d00748 docs: rename entrypoing to index for ndg compat
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a696417907923e7def794fb49c28adb953ea7
2025-12-11 15:26:22 +01:00
Ching Pei Yang
1a053852d2
Merge branch 'main' into v0.8 2025-09-13 17:08:53 +02:00
Ching Pei Yang
d8a4fa62bd
docs: reformat autocmds.md 2025-09-13 16:24:49 +02:00
raf
0246376cdd
Merge branch 'main' into v0.8 2025-09-13 09:23:24 +02:00
ky-bean
e4c8757752
Documentation: Fix referenes to erroneous lib.nvim.types.luaInline 2025-09-08 22:12:19 -07:00
Ching Pei Yang
0d2c3a600d
docs: fix markdown formatting (#1117) 2025-08-30 12:22:07 +02:00
raf
f1a309082e
Merge pull request #1102 from JamyGolden/jamy/chore/add-missing-languages-to-docs
docs: Add missing languages to manual
2025-08-25 12:51:30 +03:00
Jamy Golden
b88773b648
docs: Add missing languages to manual 2025-08-25 11:34:21 +02:00
Ching Pei Yang
c390d28c8a
docs: remove outdated mention of null-ls 2025-08-24 23:58:05 +02: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
48a54502f8
docs: format markdown sources with Deno
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a69643dadbb6dbe6860f3002a75b1bb445d27
2025-07-30 14:52:24 +03:00
8092a6f188
docs: fix codeblock closing in standalone installation guide
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964ea02c71459a2be778c9e91897f6e49ae
2025-07-30 14:08:59 +03:00
40a5b70c30
docs/hacking: describe packaging complex plugins; more examples
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964ca83a42728d43e4a77b5737e9983016b
2025-07-20 16:16:11 +03:00
33a69fae5f
docs: add flakeless examples; describe flakes prerequisites
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964c8369dbdf7366e333378ee25d125c707
2025-07-20 14:30:37 +03:00
a00git
d522d952ce
doc: fix appendix link in ch-configuring section
previous relative link pointed to `nvf/options.html` on the repo instead of GH pages, causing 404
2025-07-10 17:59:14 +03:00
vai
398b845655
doc: fix un-buildable example code in pure lua config section
The example code references an invalid nvf option:
`vim.additionalRuntimeDirectories`. The correct option is
`vim.additionalRuntimePaths`.
2025-07-02 16:09:46 -07:00
Horu
d8ac181663
docs: fix info block 2025-05-16 18:38:53 +10:00
f1d72cf076
docs: clarify wording; add examples and remove redundancies 2025-05-05 14:57:32 +03:00
37750d9bef
docs/manual: document building plugins from source 2025-05-05 11:03:45 +03:00
3c672f64fc
docs/custom-plugins: avoid using with scopes in the manual 2025-05-05 11:03:44 +03:00
raf
099907591a
Merge pull request #856 from ValynTyler/main
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
fix: bad option in custom-config example
2025-04-30 11:01:25 +00:00
Brian E
e60fd89a42
fixed typo
plural `way→→→→→→→←→→→→→→` to `ways`
2025-04-24 22:21:15 +02:00
Valyn Tyler
c7b7a5d6d4 fix: bad option in custom-config example 2025-04-24 19:57:41 +03:00