Skip to content

A Neovim Plugin that utilizes the Dickinson College Campus Directory for easy search.

License

Notifications You must be signed in to change notification settings

WarpWing/nvim-dickinson-directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nvim-dickinson-directory

A Neovim Plugin that utilizes the Dickinson College Campus Directory for easy search.

Lua Neovim

Install

First, you should clone the repository:

git clone https://github.com/WarpWing/nvim-dickinson-directory.git

I'm not sure how Neovim handles plugin dependency but if you need to install it, you can do so:

luarocks install lua-requests

Proceed to install the plugin in your Neovim plugins directory and update your neovim config (usually init.vim). Just drop the dickinson_directory folder in your plugins folder (not repo root, the folder inside it) or just set your runtimepath:

set runtimepath+=~/path/to/dickinson_directory

Usage

The plugin provides the following commands to search the Dickinson College directory:

 :dickdirname "First Last" - Search by name (replace "First Last" with the actual name)
 :dickdiremail "[email protected]" - Search by email (replace "[email protected]" with the actual email)
 :dickdirdept "Department Name" - Search by department (replace "Department Name" with the actual department name)

LICENSE

This is protected under the MIT License. Please refer to the license in the repository root

Contributing

Please make any pull requests or issues to suggest or implement changes. This is still in testing so expect breaking changes. You can also email me at [email protected] or on Discord: WarpWing#3866 for discussion.

About

A Neovim Plugin that utilizes the Dickinson College Campus Directory for easy search.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published