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

13 lines
210 B
Nix

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