Snoweuph
d99e5fa289
theme/habamax: add neovim builtin theme habamax
2026-01-05 21:25:27 +01:00
Snoweuph
73cd50b04b
theme/grubber-darker: add grubber-darker theme, which is inspired by tsodings emacs theme
2026-01-05 21:23:24 +01:00
Snoweuph
4a250dcb3a
languages/tera: add syntax highlighting support for tera templating
2026-01-05 21:18:10 +01:00
Thales Menato
e0f6fe7a2a
treesitter: attempt to adapt to (breaking) Nixpkgs changes ( #1315 )
...
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
Ben
4b95ae106c
bufferline.nvim: fix hover behavior ( #1297 )
...
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