Commit Graph

12 Commits

Author SHA1 Message Date
Austin Horstman
e979b816a7 neovim-require-check-hook: make requiredLuaModules available during checks 2026-06-03 07:58:58 -05:00
Sigmanificient
0bbc8dffae treewide: set meta.license on hooks 2026-05-25 13:48:20 +02:00
Austin Horstman
c552f3dd37 neovim: handle plugins without pname 2026-04-24 07:43:46 -05:00
Perchun Pak
1a9bbc066f neovim: check for pnames when asserting if two treesitters are installed
Previously it evaluated `nvim-treesitter-legacy` derivation, which now
results in a warning. Checking for pname shouldn't raise this warning,
since now only plugins that are installed get evaluated.
2026-04-21 16:11:53 +02:00
Heitor Augusto
46e6cf2e4e wrapNeovim: symlink treesitter grammars in the wrapper (#479049) 2026-01-18 15:58:56 +00:00
PerchunPak
eadca93f21 wrapNeovim: symlink treesitter grammars in the wrapper 2026-01-18 16:38:41 +01:00
jopejoe1
575f39e237 neovimUtils.grammarToPlugin: add pname and version and derive name from them
Co-authored-by: Perchun Pak <nixpkgs@perchun.it>
2026-01-15 01:30:50 +01:00
PerchunPak
31d10c15b5 neovim wrapper: throw if two versions of nvim-treesitter are present 2025-12-29 11:31:10 +01:00
Wolfgang Walther
91a8fee3aa treewide: remove redundant parentheses
Auto-fixed by nixf-diagnose.
2025-10-05 10:52:03 +02:00
NAHO
c8d4dabc43 pkgs: remove optional builtins prefixes from prelude functions
Remove optional builtins prefixes from prelude functions by running:

    builtins=(
      abort
      baseNameOf
      break
      derivation
      derivationStrict
      dirOf
      false
      fetchGit
      fetchMercurial
      fetchTarball
      fetchTree
      fromTOML
      import
      isNull
      map
      null
      placeholder
      removeAttrs
      scopedImport
      throw
      toString
      true
    )

    fd \
      --type file \
      . \
      pkgs \
      --exec-batch sed --in-place --regexp-extended "
        s/\<builtins\.($(
          printf '%s\n' "${builtins[@]}" |
            paste --delimiter '|' --serial -
        ))\>/\1/g
      "

    nix fmt
2025-10-04 19:02:37 +02:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
Austin Horstman
cb00c3ba6c vimUtils: move to utils directory
Add some organization
2025-03-25 08:34:01 -05:00