mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-08 11:03:49 -05:00
Update dependencies to enable Greenkeeper 🌴 (#143)
* chore: add Greenkeeper config file * chore(package): update dependencies * docs(readme): add Greenkeeper badge * chore(package): update lockfile build/package-lock.json
This commit is contained in:
committed by
Josh Dick
parent
4383697909
commit
4d342c91a8
@@ -4,6 +4,8 @@ A dark Vim/Neovim color scheme for the GUI and 16/256/true-color terminals, base
|
||||
|
||||
## Installation
|
||||
|
||||
[](https://greenkeeper.io/)
|
||||
|
||||
1. Install the theme using your Vim plug-in manager of choice (or manually, by placing `colors/onedark.vim` in your `~/.vim/colors/` directory and `autoload/onedark.vim` in your `~/.vim/autoload/` directory.)
|
||||
|
||||
The theme also supports being installed as a Vim 8 package. Simply clone this repository into `~/.vim/pack/*/opt/` (so that the local path to this README would end up being `~/.vim/pack/*/opt/onedark.vim/README.md`) and add `packadd! onedark.vim` to your `~/.vimrc`. (The `*` in the path can be any value; see `:help packages` for more information.)
|
||||
|
||||
858
build/package-lock.json
generated
858
build/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -19,8 +19,8 @@
|
||||
"url": "https://github.com/joshdick/onedark.vim.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "4.18.2",
|
||||
"husky": "0.14.3"
|
||||
"eslint": "5.12.0",
|
||||
"husky": "1.3.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"dot": "1.1.2",
|
||||
|
||||
9
greenkeeper.json
Normal file
9
greenkeeper.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"groups": {
|
||||
"default": {
|
||||
"packages": [
|
||||
"build/package.json"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user