diff options
author | luaneko <luaneko@chiya.dev> | 2022-12-21 01:45:00 +1100 |
---|---|---|
committer | luaneko <luaneko@chiya.dev> | 2022-12-21 01:45:00 +1100 |
commit | b77963d2410d4dc65a1687c04103a8be58866ac6 (patch) | |
tree | cea06be4d52b26e421f2ce9c0e2994a80e1d71f2 /README.md | |
parent | 5fbfa412864ee1d0396267c1b438bf2923d3653b (diff) | |
download | dep-b77963d2410d4dc65a1687c04103a8be58866ac6.tar.gz dep-b77963d2410d4dc65a1687c04103a8be58866ac6.tar.bz2 dep-b77963d2410d4dc65a1687c04103a8be58866ac6.zip |
Update readme and license links
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -8,7 +8,7 @@ > This readme is a work in progress. A versatile, declarative and correct [neovim][2] package manager in [Lua][3]. -Written for personal use by [luaneko][4]. +Originally written for personal use by [luaneko][4]. What does that mean? @@ -16,12 +16,12 @@ What does that mean? 2. `declarative` - packages are declared using simple Lua tables. 3. `correct` - packages are always loaded in a correct and consistent order. -Read [this blog post][1] for context. +See also luaneko's [neovim-configs][10] for an example of how dep can be used in practice. ## Requirements -- [neovim][2] 0.6+ -- [git][5] +- [Neovim][2] 0.6+ +- [Git][5] ## Setup @@ -416,3 +416,4 @@ dep is licensed under the [MIT License](LICENSE). [7]: https://github.com/tpope/vim-fugitive [8]: https://GitHub.com/chiyadev/dep/issues [9]: https://github.com/chiyadev/dep/graphs/contributors +[10]: https://github.com/luaneko/neovim-config |