summaryrefslogtreecommitdiffstats
path: root/modules/plugins/utility/nix-develop/nix-develop.nix
blob: cee77a6d0037b49627fba5d3c3ee4d32e24027f4 (plain)
1
2
3
4
5
{lib, ...}: let
  inherit (lib.options) mkEnableOption;
in {
  options.vim.utility.nix-develop.enable = mkEnableOption "in-neovim `nix develop`, `nix shell`, and more using `nix-develop.nvim`";
}