diff options
| author | Heath Nail <sitedyno@gmail.com> | 2022-07-11 10:40:22 -0400 |
|---|---|---|
| committer | TJ DeVries <devries.timothyj@gmail.com> | 2022-07-12 10:14:14 -0400 |
| commit | 3304cad64b8b7a9f60c1e21c02d509d0e81cb1fc (patch) | |
| tree | 375227d0c971799dfa45c2d86473d9bdcdc77482 /nvim/README.md | |
| parent | 416112eedea6171d127aff8d59f99f855afbe13f (diff) | |
| download | dots-3304cad64b8b7a9f60c1e21c02d509d0e81cb1fc.tar.gz | |
Remove reference to wiki that doesn't exist
Closes #3
Diffstat (limited to 'nvim/README.md')
| -rw-r--r-- | nvim/README.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nvim/README.md b/nvim/README.md index a9807cc..c523139 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -11,8 +11,6 @@ Kickstart targets *only* the latest stable neovim release (0.7) and the nightly. This repo is meant to be used as a starting point for a user's own configuration; remove the things you don't use and add what you miss. This configuration serves as the reference configuration for the [lspconfig wiki](https://github.com/neovim/nvim-lspconfig/wiki). -See the [wiki](https://github.com/nvim-lua/kickstart.nvim/wiki) for additional tips, tricks, and recommended plugins. - ### Installation * Backup your previous configuration * Copy and paste the kickstart.nvim `init.lua` into `$HOME/.config/nvim/init.lua` |