Update nvim-lightbulb.nix

This commit is contained in:
Pedro Alves 2023-01-22 03:36:11 +00:00 committed by GitHub
parent 44cb2eb63a
commit 410ec46727
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
}:
with lib; {
options.plugins.nvim-lightbulb = {
enable = mkEnableOption "Enable nvim-lightbulb, showing available code actions";
enable = mkEnableOption "nvim-lightbulb, showing available code actions";
package = mkOption {
type = types.package;