diff options
| author | Chris Patti <feoh@feoh.org> | 2023-04-26 12:24:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-26 12:24:52 -0400 |
| commit | ab52f672b2b113290059c7716550cbea7bc15858 (patch) | |
| tree | f8b1622b480ac3ddfcac9bd2084771a3b281a0a3 /nvim/README.md | |
| parent | d9aeb624ce27195823a7277496ed545c7b583373 (diff) | |
| download | dots-ab52f672b2b113290059c7716550cbea7bc15858.tar.gz | |
Update README.md
Tiny wording changes I requested from https://github.com/nvim-lua/kickstart.nvim/pull/283
Diffstat (limited to 'nvim/README.md')
| -rw-r--r-- | nvim/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/README.md b/nvim/README.md index 02df1b8..ad3d7db 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -129,7 +129,7 @@ Each PR, especially those which increase the line count, should have a descripti * See [lazy.nvim uninstall](https://github.com/folke/lazy.nvim#-uninstalling) information * Are there any cool videos about this plugin? * Current iteration of kickstart (coming soon) - * Here is one about the previous iteration of kickstart: [video introduction to Kickstart.nvim](https://youtu.be/stqUbv-5u2s). Note the install via init.lua no longer works. + * Here is one about the previous iteration of kickstart: [video introduction to Kickstart.nvim](https://youtu.be/stqUbv-5u2s). Note the install via init.lua no longer works as specified. Please follow the install instructions in this file instead as they're up to date. ### Windows Installation |