Files
nixos-config/modules/home/programs/nixvim/plugins/nvim-lightbulb.nix

11 lines
196 B
Nix

{
programs.nixvim.plugins.nvim-lightbulb = {
enable = true;
settings = {
virtual_text = { enable = true; };
autocmd.enabled = true;
sign.enabled = false;
};
};
}