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 | f2dedf6e3eafb8c702dc10c4c3418e2e2786a7c7 (patch) | |
tree | 84cf9028ae70a981c7e7f3b6fc22d95d648072c4 /README.md | |
parent | 07ba51d789f1be14b104826ce1c0fbaca55e3338 (diff) |
Remove reference to wiki that doesn't exist
Closes #3
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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` |