Skip to content

jakergrossman/vim-help-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-help-bot

Discord bot that links to the relevant vimhelp page

Setup

First, clone the repository:

   git clone https://www.github.com/jakergrossman/vim-help-bot
   cd vim-help-bot

Next, lets install some dependencies

   pip3 install discord
   pip3 install python-dotenv

Now it's time to set up the discord bot token. Create a file .env and enter your Discord API token in the following format:

   DISCORD_TOKEN=your_discord_token_here

Usage

type :h followed by your query, e.g.:

   :h exrc
   :h statusline
   :h arabic

About

Discord bot that links to the relevant vimhelp page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages