mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-16 07:28:00 +02:00
Update nvim-lightbulb.nix
This commit is contained in:
parent
44cb2eb63a
commit
410ec46727
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue