Movatterモバイル変換


[0]ホーム

URL:


WakaTime LogoWakaTime

WakaTime for NeovimNeovim

The open source plugin for productivity metrics, goals, leaderboards, and automatic time tracking.

vim-wakatimeStarFollow

Installing

Installing with Vundle

  1. InstallVundle for Vim.

  2. From terminal run:

    echo "Plugin 'wakatime/vim-wakatime'" >> ~/.vimrc && vim +PluginInstall

  3. Restart Vim and type:WakaTimeApiKey

  4. Enter yourAPI Key, then pressEnter

  5. Use Vim and your coding activity will be displayed on yourWakaTime Dashboard.

Installing with Lazy-Vim

  1. Installlazy.nvim for NeoVim.

  2. Add this line to yourplugins.lua:

    { 'wakatime/vim-wakatime', lazy = false }

  3. Restart NeoVim and type:WakaTimeApiKey

  4. Enter yourAPI Key, then pressEnter

  5. Use NeoVim and your coding activity will be displayed on yourWakaTime Dashboard.

Installing with Pathogen

  1. InstallPathogen for Vim.

  2. From terminal run:

    cd ~/.vim/bundle && git clone git://github.com/wakatime/vim-wakatime.git

  3. Restart Vim and type:WakaTimeApiKey

  4. Enter yourAPI Key, then pressEnter

  5. Type some code, then visit yourWakaTime Dashboard to see your stats!

Installing with Vim-Plug

  1. Installvim-plug for Vim.

  2. Add the plugin to your~/.vimrc:

    Plug 'wakatime/vim-wakatime'

  3. From terminal run:

    vim +PlugInstall

  4. Restart Vim and type:WakaTimeApiKey

  5. Enter yourAPI Key, then pressEnter

  6. Type some code, then visit yourWakaTime Dashboard to see your stats!

Installing for Neovim with Packer

  1. Make surepacker.nvim is installed.

  2. Add the plugin to your~/.config/nvim/lua/plugins.lua:

    use 'wakatime/vim-wakatime'

  3. Restart NeoVim and type:WakaTimeApiKey

  4. Enter yourAPI Key, then pressEnter

  5. Type some code, then visit yourWakaTime Dashboard to see your stats!

Installing for SpaceVim

  1. Edit your~/.SpaceVim.d/init.toml file adding the following lines:

    [[custom_plugins]]repo = "wakatime/vim-wakatime"merged = false

  2. Restart SpaceVim and type:WakaTimeApiKey

  3. Enter yourAPI Key, then pressEnter

  4. Use SpaceVim and your coding activity will be displayed on yourWakaTime Dashboard.

WakaTime plugins collect file path and project names from your IDE. Learn more aboutdata collected andprivacy.
more editors…
Install |Upgrade |Uninstall |Troubleshooting |Status

[8]ページ先頭

©2009-2025 Movatter.jp