mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-17 16:01:36 +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; {
|
with lib; {
|
||||||
options.plugins.nvim-lightbulb = {
|
options.plugins.nvim-lightbulb = {
|
||||||
enable = mkEnableOption "Enable nvim-lightbulb, showing available code actions";
|
enable = mkEnableOption "nvim-lightbulb, showing available code actions";
|
||||||
|
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue