Skip to content

ability to disable notification Wakatime Initialized. #204

@KevinNitroG

Description

@KevinNitroG

Hi, I'm using neovim with this config

---@type LazySpec
return {
  "wakatime/vim-wakatime",
  init = function()
    vim.g.loaded_wakatime = true
  end,
  ---@module 'wakatime'
  ---@type wakatime.Config
  opts = nil,
  config = true,
}

I disable vim load, and load the lua code only. but this

vim.notify('[WakaTime] Initialized.', vim.log.levels.INFO)
is quite anoying to me. Can we have an option to diable that notification? Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions