diff options
author | luaneko <luaneko@chiya.dev> | 2022-06-10 21:53:54 +1000 |
---|---|---|
committer | luaneko <luaneko@chiya.dev> | 2022-06-10 21:53:54 +1000 |
commit | 4621ab3393bed133b5d95cb1ba398af22983accc (patch) | |
tree | aec4fa9faa87437e57ae7f404bf96dd3608ef9e6 | |
parent | e876ad9815eff6fce961dc05781cec5c1fef9510 (diff) | |
download | dep-4621ab3393bed133b5d95cb1ba398af22983accc.tar.gz dep-4621ab3393bed133b5d95cb1ba398af22983accc.tar.bz2 dep-4621ab3393bed133b5d95cb1ba398af22983accc.zip |
Update readme
Diffstat (limited to '')
-rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,26 +1,26 @@ # dep [](LICENSE) -[][4] +[][4] [][8] [][9] > This readme is a work in progress. -A versatile, declarative and correct [neovim][2] package manager in [lua][3]. -Written for personal use by [phosphene47][4]. +A versatile, declarative and correct [neovim][2] package manager in [Lua][3]. +Written for personal use by [luaneko][4]. What does that mean? -1. `versatile` - packages can be declared in any lua file in any order of your liking. -2. `declarative` - packages are declared using simple lua tables. +1. `versatile` - packages can be declared in any Lua file in any order of your liking. +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. ## Requirements -- [neovim][2] 0.5+ +- [neovim][2] 0.6+ - [git][5] ## Setup @@ -410,7 +410,7 @@ dep is licensed under the [MIT License](LICENSE). [1]: https://chiya.dev/posts/2021-11-27-why-package-manager [2]: https://neovim.io/ [3]: https://www.lua.org/ -[4]: https://github.com/phosphene47 +[4]: https://github.com/luaneko [5]: https://git-scm.com/ [6]: https://github.com/nvim-telescope/telescope.nvim [7]: https://github.com/tpope/vim-fugitive |