Snoweuph
288f76c79e
languages/bash: refactor lsp.servers to use lsp/presets/<name>
2026-04-15 18:14:08 +02:00
Snoweuph
faa5885703
languages/astro: refactor lsp.servers to use lsp/presets/<name>
2026-04-15 18:14:07 +02:00
Snoweuph
fb8816e67f
languages/julia: refactor lsp.servers to use lsp/presets/<name>
2026-04-15 18:13:58 +02:00
Snoweuph
60a69abead
languages/r: refactor lsp.servers to use lsp/presets/<name>
2026-04-15 18:13:12 +02:00
Snoweuph
cfed70e715
languages/ruby: refactor lsp.servers to use lsp/presets/<name>
2026-04-15 18:13:10 +02:00
Snoweuph
f5c13c7d39
languages/tailwind: remove module
2026-04-15 18:13:02 +02:00
Snoweuph
1ebef354a5
languages/hcl: refactor lsp.servers to use lsp/presets/<name>
2026-04-15 18:12:59 +02:00
Snoweuph
5e483908a2
languages/terraform: refactor lsp.servers to use lsp/presets/<name>
2026-04-15 18:12:58 +02:00
Snoweuph
4bc447e792
languages/typst: refactor lsp.servers to use lsp/presets/<name>
2026-04-15 18:12:42 +02:00
Snoweuph
78eac1d1c2
lsp/presets/vala-language-server: init
2026-04-15 18:12:36 +02:00
Snoweuph
32ba93fe34
lsp/presets/typescript-language-server: init
2026-04-15 18:12:34 +02:00
Snoweuph
3f11748007
lsp/presets/typescript-go: init
2026-04-15 18:12:33 +02:00
Snoweuph
cd73e9dead
lsp/presets/deno: init
2026-04-15 18:12:29 +02:00
Snoweuph
f6da4534bd
lsp/presets/harper: move to new lsp/presets namespace
2026-04-15 18:12:27 +02:00
Snoweuph
fae3be6c27
lsp/presets: init
2026-04-15 18:12:26 +02:00
Snoweuph
2656538a84
treesitter: allow null in grammar options
2026-04-11 09:16:50 +02:00
Snoweuph
f67bb5d0a2
language/asm: add more filetypes
...
This reverts commit d6adc4f041 .
2026-04-11 09:16:44 +02:00
Snoweuph
d6adc4f041
Revert "language/asm: add more filetypes"
2026-04-10 21:10:16 +02:00
Alfarel
3ab2d5d876
Merge pull request #1450 from alfarelcynthesis/no-default-mappings-option
...
treewide: allow disabling nvf mappings
2026-04-10 17:04:12 +00:00
Snoweuph
917f9c0ceb
language/asm: add more filetypes
2026-04-10 15:29:29 +02:00
CaueAnjos
5f4e279187
languages/csharp: add razor support
...
Adds razor support for `roslyn` and `csharp_ls` servers
2026-04-10 11:48:00 +02:00
alfarel
92501a9814
docs/quirks: remove extra If
2026-04-09 11:42:43 -04:00
Snoweuph
d6746a7510
docs: reorder release notes from newest to oldest ( #1502 )
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
2026-04-07 16:17:12 +03:00
Bryce Thorpe
ffeab27ca1
Merge branch 'main' into fix/codecompanion-strategies-to-interactions
2026-04-06 19:49:24 -07:00
dish
96be4d23a9
ui/ui2: init
2026-04-05 17:16:06 -04:00
Bryce Thorpe
3820db92ee
assistant/codecompanion: rename strategies -> interactions
...
codecompanion.nvim v19 renamed `strategies` to `interactions`
(olimorris/codecompanion.nvim#2485 ). The nvf module still generated
the deprecated `strategies` key, which triggers codecompanion's
backwards-compat migration shim. That shim replaces any user-provided
`interactions` table with `defaults + strategies`, silently
discarding user overrides like `interactions.chat.adapter`.
Rename the option tree so the generated Lua uses the current
`interactions` key and the migration shim is never triggered.
2026-04-05 10:16:58 -05:00
faretek1
903c0d3a73
fix: use pkgs.stdenv.hostPlatform.system
...
`pkgs.stdenv.system` is deprecated
Co-authored-by: raf <raf@notashelf.dev>
2026-04-02 09:57:59 +01:00
faretek1
daaa7b0ca9
docs: typo neovim -> my-neovim
...
When I tried this code I was getting an error `attribute 'neovim' missing`. When i changed it to `my-neovim` (from the other code above), it worked.
2026-04-01 19:28:49 +00:00
Snoweuph
b767199273
languages/liquid: add syntax highlighting support for liquid templating
2026-03-28 09:58:22 +01:00
Snoweuph
9f1e3bb6cd
languages/jq: init
2026-03-28 09:28:29 +01:00
Snoweuph
d847d401be
languages/gettext: init
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 documentation builds-1 (push) Has been cancelled
Treewide Checks / Validate documentation builds-2 (push) Has been cancelled
Treewide Checks / Validate documentation builds-3 (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
2026-03-24 18:58:51 +01:00
midischwarz12
0e50bc857a
leetcode: avoid duplicate fzf-lua
...
Fixes the following evaluation warning:
> evaluation warning: mnw: both startAttrs."fzf-lua" and optAttrs."fzf-lua" are defined and not null
> This will cause the plugin to be installed under /opt and /start.
2026-03-24 17:44:38 +01:00
Snoweuph
e71c20bc52
languages/openscad: init
2026-03-23 22:05:52 +01:00
Snoweuph
67f9a96abf
utillity/coverage: add crazy coverage
2026-03-22 18:37:14 +01:00
Snoweuph
d463b119a5
languages/tex: add latex support wiht lsp, formatter and highlighting
2026-03-22 09:37:13 +01:00
Snoweuph
1aeb2d6dc0
languages/ts: formatter fix and extra biomejs
2026-03-21 17:41:02 +01:00
Snoweuph
69026e4eb7
theme/grubber-darker: add grubber-darker theme, which is inspired by tsodings emacs theme
2026-03-21 17:15:06 +01:00
Snoweuph
c174a66112
languages/ts: add tsgo as LSP
2026-03-21 13:39:21 +01:00
Ching Pei Yang
8f560c9567
Merge branch 'main' into codecompanion
2026-03-20 02:18:11 +01:00
Ching Pei Yang
73f6565474
treesitter: remove foldByDefault
2026-03-19 22:11:08 +01:00
Tom Vincent
68b7df5065
treesitter: make foldenable configurable
2026-03-19 12:36:51 +00:00
midischwarz12
ef0e10f591
prettier-plugin-astro: set HOME in build to avoid pnpm hook failure
...
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
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
- Export HOME=$TMPDIR in preConfigure so pnpm config doesn’t fail on /homeless-shelter
2026-03-17 23:01:04 +03:00
alfarel
d03d8d78dd
docs: fix obsidian breaking change bisection
2026-03-17 22:18:42 +03:00
ppenguin
625f2c0fd2
Merge branch 'main' into improve-terraformls
2026-03-16 14:47:35 +01:00
jasg
b85ae49aae
assistant/codecompanion-nvim: allow adapter to be specified by name and model
2026-03-15 22:12:00 -07:00
b1ebfab36f
Merge branch 'main' into notashelf/push-pkmkotukopkx
2026-03-15 15:43:51 +03:00
foobar14
eecb26b15d
formatter/conform-nvim: fix formatters option type for correct merging ( #1449 )
...
`conform-nvim.setupOpts.formatters.<name>` config definitions will be
merged instead of overridden
Co-authored-by: Foo Bar <foobar@example.com>
2026-03-15 12:18:37 +00:00
f298adc193
wrapper/build: allow nulling treesitter grammars
...
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Iafdfb65fbaf24b7fa95c99a6bc4fa9176a6a6964
2026-03-12 10:56:04 +03:00
Snoweuph
77e7f8da36
language/fluent: init
2026-03-06 21:23:25 +01:00
Snoweuph
09e1dd2843
language/json: add json5 support
2026-03-06 16:43:56 +01:00