Skip to content

🥬 A simple neovim plugin for CodeStats, the free stats tracking service for programmers.

License

Notifications You must be signed in to change notification settings

nyaa8/codestats.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🥬 codestats.nvim

A simple neovim plugin for Code::Stats.

Features

Requirements

  • cURL
  • neovim 0.5 or newer

Installation

Plug 'nyaa8/codestats.nvim'
Plugin 'nyaa8/codestats.nvim'
call packager#add('nyaa8/codestats.nvim')
call dein#add('nyaa8/codestats.nvim')

Configuration

Set the CODESTATS_API_KEY environment variable to your CodeStats token.

Fish

set -Ux "SFMyNTY.OEotWWdnPT0jI01qaz0.X0wVEZquh8Ogau1iTtBihYqqL71FD8N6p5ChQiIpaxQ"

Zsh

echo "export CODESTATS_API_KEY=SFMyNTY.OEotWWdnPT0jI01qaz0.X0wVEZquh8Ogau1iTtBihYqqL71FD8N6p5ChQiIpaxQ" >> ~/.zshenv

Bash

echo "export CODESTATS_API_KEY=SFMyNTY.OEotWWdnPT0jI01qaz0.X0wVEZquh8Ogau1iTtBihYqqL71FD8N6p5ChQiIpaxQ" >> ~/.bash_profile

You can also set CODESTATS_API_URL if you want to use a different instance, eg.

set -Ux CODESTATS_API_URL "https://beta.codestats.net/api"

About

🥬 A simple neovim plugin for CodeStats, the free stats tracking service for programmers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published