mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-09 18:41:07 +01:00
flake: add nixf-diagnose to treefmt config
Checks nixd's diagnostic lints using libnixf.
This commit is contained in:
parent
74423f4a53
commit
fe059cd395
38 changed files with 53 additions and 171 deletions
|
|
@ -1,16 +1,10 @@
|
|||
{
|
||||
lib,
|
||||
helpers,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
{ lib, config, ... }:
|
||||
lib.nixvim.plugins.mkNeovimPlugin {
|
||||
name = "headlines";
|
||||
package = "headlines-nvim";
|
||||
description = "A plugin that adds horizontal highlights for text filetypes, like markdown, orgmode, and neorg.";
|
||||
|
||||
maintainers = [ maintainers.GaetanLepage ];
|
||||
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||
|
||||
settingsExample = {
|
||||
org.headline_highlights = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue